[vdr] Current xine-lib: vdr-xine breakage
Darren Salt
linux at youmustbejoking.demon.co.uk
Thu Feb 21 02:01:17 CET 2008
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<----
--- ./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
----8<----
--
| Darren Salt | linux or ds at | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| Let's keep the pound sterling
Your code should be more efficient.
More information about the vdr
mailing list