summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2006-12-28 09:54:37 +0000
committerReinhard Tartler <siretart@tauware.de>2006-12-28 09:54:37 +0000
commit10e1041c8ab06d144b8e0c67d8d2bde4a64bd6c7 (patch)
tree46ee2a5f571aa43663ed95296e71d279c54ca0a8
parentb7b4167ac371c2ac7b77e3a7753f6a863e6310b6 (diff)
downloadxine-lib-10e1041c8ab06d144b8e0c67d8d2bde4a64bd6c7.tar.gz
xine-lib-10e1041c8ab06d144b8e0c67d8d2bde4a64bd6c7.tar.bz2
Link to libxine when needed
CVS patchset: 8471 CVS date: 2006/12/28 09:54:37
-rw-r--r--src/dxr3/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am
index f364a375e..53d798bb9 100644
--- a/src/dxr3/Makefile.am
+++ b/src/dxr3/Makefile.am
@@ -22,7 +22,7 @@ endif
lib_LTLIBRARIES = $(dxr3_modules)
xineplug_decode_dxr3_video_la_SOURCES = dxr3_decode_video.c
-xineplug_decode_dxr3_video_la_LIBADD = $(XINE_LIB)
+xineplug_decode_dxr3_video_la_LIBADD = $(XINE_LIB)
xineplug_decode_dxr3_video_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
xineplug_decode_dxr3_video_la_LDFLAGS = -avoid-version -module
@@ -44,7 +44,7 @@ xineplug_vo_out_dxr3_la_SOURCES = \
dxr3_scr.c \
video_out_dxr3.c
-xineplug_vo_out_dxr3_la_LIBADD = $(link_fame) $(link_rte) $(link_x_libs) $(XINE_LIB)
+xineplug_vo_out_dxr3_la_LIBADD = $(link_fame) $(link_rte) $(link_x_libs) $(XINE_LIB) $(DYNAMIC_LD_LIBS)
xineplug_vo_out_dxr3_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version -module