vdr-plugin-xineliboutput (1.0.6~cvs20100502.0851-3) 0001_Remove-unnecesary-linking.patch

Summary

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Description: Removes unnecessary linking
Author: Tobias Grimm <etobi@debian.org>

--- vdr-plugin-xineliboutput-1.0.6~cvs20100502.0851.orig/Makefile
+++ vdr-plugin-xineliboutput-1.0.6~cvs20100502.0851/Makefile
@@ -251,7 +251,7 @@
 
 INCLUDES  += -I$(VDRINCDIR)
 LIBS_XINE += $(shell (pkg-config libxine --atleast-version=1.1.90 && pkg-config libxine --libs) || xine-config --libs)
-LIBS_X11  += -L/usr/X11R6/lib -lX11 -lXv -lXext
+LIBS_X11  += -L/usr/X11R6/lib -lX11 -lXext
 ifeq ($(HAVE_XRENDER), 1)
 # need -lm for ceil/floor in HUD OSD
     LIBS_X11  += -lXrender -lm