summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-26 21:40:17 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-26 21:40:17 +0000
commitddb240d90f3c6310eb8a33bce4b5139903aa330d (patch)
treecff418b548342dffb11c8868efadacfb3336cc4a /src/video_out
parent5f432f639185824e00e9870050ec739d10c9ec9e (diff)
downloadxine-lib-ddb240d90f3c6310eb8a33bce4b5139903aa330d.tar.gz
xine-lib-ddb240d90f3c6310eb8a33bce4b5139903aa330d.tar.bz2
Add (forgotten) libraries linking against XV plugin. Fixed wrong init call
of vo plugins in load_plugins.c. CVS patchset: 30 CVS date: 2001/04/26 21:40:17
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index 3ca9adb0a..2cb32cc4b 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -22,6 +22,7 @@ endif
lib_LTLIBRARIES = $(xv_module) ## $(xshm_module) $(syncfb_module)
xineplug_vo_out_xv_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c video_out_xv.c
+xineplug_vo_out_xv_la_LIBADD = $(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