diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-14 22:57:27 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-14 22:57:27 +0000 |
commit | 72660c8c56d4a4f9fa3a37dc6fa569791fc3cbdf (patch) | |
tree | ab6468f416e93cfd11cca8993c79f0d4a7e5cdee /src | |
parent | 7fa94f42de26c1b07f33844502083bab291865c6 (diff) | |
download | xine-lib-72660c8c56d4a4f9fa3a37dc6fa569791fc3cbdf.tar.gz xine-lib-72660c8c56d4a4f9fa3a37dc6fa569791fc3cbdf.tar.bz2 |
Fixed symbols resolution.
CVS patchset: 184
CVS date: 2001/06/14 22:57:27
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 8adc4322d..f6d884699 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -1,6 +1,6 @@ CFLAGS = @GLOBAL_CFLAGS@ @X_CFLAGS@ -DXINE_COMPILE -# LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic +LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) @@ -25,10 +25,11 @@ 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 = $(XV_LIB) $(X_LIBS) +xineplug_vo_out_xv_la_LIBADD = $(XV_LIB) $(X_LIBS) -lXext xineplug_vo_out_xv_la_LDFLAGS = -avoid-version -module xineplug_vo_out_xshm_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c video_out_xshm.c +xineplug_vo_out_xshm_la_LIBADD = $(X_LIBS) -lXext xineplug_vo_out_xshm_la_LDFLAGS = -avoid-version -module xineplug_vo_out_syncfb_la_SOURCES = video_out_syncfb.c |