summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-05-13 02:42:11 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-05-13 02:42:11 +0000
commitf585277b2e5be2bd1bf2d8e7d3e58f5b0348040e (patch)
treee55628569a56b3024cc70df74236d40e984bf318 /src/video_out/Makefile.am
parent1526fa408eac47ecacb02e969805a39f70f990d9 (diff)
downloadxine-lib-f585277b2e5be2bd1bf2d8e7d3e58f5b0348040e.tar.gz
xine-lib-f585277b2e5be2bd1bf2d8e7d3e58f5b0348040e.tar.bz2
SDL should be usable again
CVS patchset: 1873 CVS date: 2002/05/13 02:42:11
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r--src/video_out/Makefile.am11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index 2700996d0..733bab373 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -39,11 +39,8 @@ endif
# all xine video out plugins should be named
# "xineplug_vo_out_*"
-# FIXME: temporarily disabled until they're adapted to new interface
-# $(sdl_module) $(opengl_module)
-
lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_module) $(aa_module) \
- $(syncfb_module) $(fb_module) $(opengl_module)
+ $(syncfb_module) $(fb_module) $(opengl_module) $(sdl_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 \
@@ -78,9 +75,9 @@ xineplug_vo_out_directfb_la_SOURCES = alphablend.c video_out_directfb.c
xineplug_vo_out_directfb_la_LIBADD = $(DIRECTFB_LIBS)
xineplug_vo_out_directfb_la_LDFLAGS = -avoid-version -module
-#xineplug_vo_out_sdl_la_SOURCES = alphablend.c video_out_sdl.c
-#xineplug_vo_out_sdl_la_LIBADD = $(SDL_LIBS)
-#xineplug_vo_out_sdl_la_LDFLAGS = -avoid-version -module
+xineplug_vo_out_sdl_la_SOURCES = alphablend.c video_out_sdl.c
+xineplug_vo_out_sdl_la_LIBADD = $(SDL_LIBS)
+xineplug_vo_out_sdl_la_LDFLAGS = -avoid-version -module
noinst_HEADERS = yuv2rgb.h video_out_syncfb.h alphablend.h deinterlace.h