Current xine-lib: vdr-xine breakage

Message ID 4F79C7DCC4%linux@youmustbejoking.demon.co.uk
State New
Headers

Commit Message

Darren Salt Feb. 21, 2008, 1:01 a.m. UTC
  You'll need the following patch to avoid build failure with recent xine-lib
1.1.x, patched for vdr-xine.

Details: XINE_PLUGINDIR now references libdir (that's the build failure:
recursive reference), and using xineplug_LTLIBRARIES removes any need to
override libdir.

This patch will break builds with xine-lib < 1.1.5.

----8<----
----8<----
  

Patch

--- ./src/vdr/Makefile.am~	2008-02-21 00:57:14.000000000 +0000
+++ ./src/vdr/Makefile.am	2008-02-21 00:57:14.000000000 +0000
@@ -1,12 +1,8 @@ 
 include $(top_srcdir)/misc/Makefile.common
 
-
-
-libdir = $(XINE_PLUGINDIR)
-
 AM_CFLAGS = -D_LARGEFILE64_SOURCE
 
-lib_LTLIBRARIES = \
+xineplug_LTLIBRARIES = \
 	xineplug_vdr.la
 
 xineplug_vdr_la_SOURCES = combined_vdr.c input_vdr.c post_vdr_video.c post_vdr_audio.c