diff --git a/packages/3rdparty/multimedia/vdr-plugin-vnsiserver/package.mk b/packages/3rdparty/multimedia/vdr-plugin-vnsiserver/package.mk index 0f7b46b934..462cbec19d 100644 --- a/packages/3rdparty/multimedia/vdr-plugin-vnsiserver/package.mk +++ b/packages/3rdparty/multimedia/vdr-plugin-vnsiserver/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="vdr-plugin-vnsiserver" -PKG_VERSION="e5f02b6" +PKG_VERSION="a3f7ac5" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/3rdparty/multimedia/vdr-plugin-vnsiserver/patches/vdr-plugin-vnsiserver-01_makefile.patch b/packages/3rdparty/multimedia/vdr-plugin-vnsiserver/patches/vdr-plugin-vnsiserver-01_makefile.patch index 136805f14d..17a76505ea 100644 --- a/packages/3rdparty/multimedia/vdr-plugin-vnsiserver/patches/vdr-plugin-vnsiserver-01_makefile.patch +++ b/packages/3rdparty/multimedia/vdr-plugin-vnsiserver/patches/vdr-plugin-vnsiserver-01_makefile.patch @@ -2,15 +2,6 @@ diff --git a/Makefile b/Makefile index 8f37c92..94869aa 100644 --- a/Makefile +++ b/Makefile -@@ -7,7 +7,7 @@ - # This name will be used in the '-P...' option of VDR to load the plugin. - # By default the main source file also carries this name. - --PLUGIN = vnsiserver5 -+PLUGIN = vnsiserver - - ### The version number of this plugin (taken from the main source file): - @@ -16,30 +16,18 @@ VERSION = $(shell grep 'static const char \*VERSION *=' vnsi.h | awk '{ print $$ ### The directory environment: