diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | ffnetdev.c | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -87,8 +87,8 @@ changed to the folder where the VDR sourcecode is located, and that it is version 0.0.3 of the plugin you wish to install. root@linux # cd PLUGINS/src -root@linux # wget http://nano.gmxhome.de/ffnetdev/vdr-ffnetdev-0.0.4.tar.bz2 -root@linux # tar xfj vdr-ffnetdev-0.0.4.tar.bz2 +root@linux # wget http://nano.gmxhome.de/ffnetdev/vdr-ffnetdev-0.1.0.tar.bz2 +root@linux # tar xfj vdr-ffnetdev-0.1.0.tar.bz2 root@linux # cd ../.. root@linux # make plugins root@linux # ./vdr -P ffnetdev @@ -21,7 +21,7 @@ #include "ffnetdevsetup.h" -const char *cPluginFFNetDev::VERSION = "0.0.4"; +const char *cPluginFFNetDev::VERSION = "0.1.0"; const char *cPluginFFNetDev::DESCRIPTION = "Full Featured Network Device for Streaming"; //const char *cOSDWorker::MAINMENUENTRY = "FFNetDev"; |