summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-06-14 22:04:56 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-06-14 22:04:56 +0000
commit7fa94f42de26c1b07f33844502083bab291865c6 (patch)
treeb39feb0eee965eaa1d23b7746ce4391c45b0dffc /src
parent64dfb3fccb2540f0d7fa2b4bb16c3b715c0402bb (diff)
downloadxine-lib-7fa94f42de26c1b07f33844502083bab291865c6.tar.gz
xine-lib-7fa94f42de26c1b07f33844502083bab291865c6.tar.bz2
Kill the recurrent libXv.so problem with MDK.
Switch to libtool 1.4, 1.3.x are no more supported. Add a path for automake, to use it with libtool 1.4. CVS patchset: 183 CVS date: 2001/06/14 22:04:56
Diffstat (limited to 'src')
-rw-r--r--src/video_out/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index bb976c938..8adc4322d 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -25,7 +25,7 @@ endif
lib_LTLIBRARIES = $(xv_module) $(syncfb_module) $(xshm_module) $(aa_module)
xineplug_vo_out_xv_la_SOURCES = video_out_xv.c
-xineplug_vo_out_xv_la_LIBADD = $(X_LIBS)
+xineplug_vo_out_xv_la_LIBADD = $(XV_LIB) $(X_LIBS)
xineplug_vo_out_xv_la_LDFLAGS = -avoid-version -module
xineplug_vo_out_xshm_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c video_out_xshm.c