summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-02-25 01:23:41 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-02-25 01:23:41 +0000
commitf8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c (patch)
tree0edbe17003d735943dae0472216dab698e39bebe /src/video_out/Makefile.am
parent8a295be88848187e9b30638990d194d3717e2554 (diff)
downloadxine-lib-f8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c.tar.gz
xine-lib-f8725da8cdb8f536f9bc6ee7e6e5ca2a1e9ee68c.tar.bz2
*phew* Xv video output driver works now, zoom feature has been stripped down a little. Code is cleaned up, identifiers should be consistent with xshm driver (as far as possible)
CVS patchset: 1516 CVS date: 2002/02/25 01:23:41
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r--src/video_out/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index 3d78e3776..609c80af7 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -43,11 +43,11 @@ endif
# lib_LTLIBRARIES = $(xv_module) $(syncfb_module) $(xshm_module) $(aa_module) \
# $(fb_module) $(sdl_module) $(opengl_module) $(directfb_module)
-lib_LTLIBRARIES = $(xshm_module)
+lib_LTLIBRARIES = $(xshm_module) $(xv_module)
-#xineplug_vo_out_xv_la_SOURCES = deinterlace.c alphablend.c video_out_xv.c
-#xineplug_vo_out_xv_la_LIBADD = $(XV_LIB) $(X_LIBS) -lXext
-#xineplug_vo_out_xv_la_LDFLAGS = -avoid-version -module
+xineplug_vo_out_xv_la_SOURCES = deinterlace.c alphablend.c video_out_xv.c
+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 yuv2rgb_mlib.c \
alphablend.c video_out_xshm.c