diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-12 18:51:08 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-12 18:51:08 +0000 |
commit | b3becf05739e3c3b0ed60488eaa5fc91fb7aa523 (patch) | |
tree | 09baa3b6b898b7df7b69b3c776f327469c168bea | |
parent | cced39271f378b1cab9e2bb09f361ac23a698e1d (diff) | |
download | xine-lib-b3becf05739e3c3b0ed60488eaa5fc91fb7aa523.tar.gz xine-lib-b3becf05739e3c3b0ed60488eaa5fc91fb7aa523.tar.bz2 |
replace this line (it belongs to Xv)
CVS patchset: 5490
CVS date: 2003/10/12 18:51:08
-rw-r--r-- | src/video_out/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 21afcfe51..912bed438 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -72,6 +72,7 @@ xineplug_vo_out_xv_la_LIBADD = \ $(X_LIBS) \ -lXext \ $(XINE_LIB) +xineplug_vo_out_xv_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_vo_out_xvmc_la_SOURCES = deinterlace.c alphablend.c video_out_xvmc.c xineplug_vo_out_xvmc_la_LIBADD = \ @@ -80,9 +81,6 @@ xineplug_vo_out_xvmc_la_LIBADD = \ $(X_LIBS) \ -lXext \ $(XINE_LIB) - -xineplug_vo_out_xv_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ - xineplug_vo_out_xvmc_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_vo_out_xshm_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \ |