summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
diff options
context:
space:
mode:
authorJoachim Koenig <joachim_koenig@users.sourceforge.net>2001-05-28 19:00:12 +0000
committerJoachim Koenig <joachim_koenig@users.sourceforge.net>2001-05-28 19:00:12 +0000
commit973a9fea408d520af3ba826161977b8cd9251d63 (patch)
tree206f48040d57da35fd030159875ca64509c95e67 /src/video_out/Makefile.am
parent59fda58ef012a11ecd99df0536220a79f56ef7bf (diff)
downloadxine-lib-973a9fea408d520af3ba826161977b8cd9251d63.tar.gz
xine-lib-973a9fea408d520af3ba826161977b8cd9251d63.tar.bz2
syncfb for 0.5
CVS patchset: 95 CVS date: 2001/05/28 19:00:12
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 4ec3ceba1..af1830e87 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -7,7 +7,7 @@ libdir = $(XINE_PLUGINDIR)
if HAVE_X11
## xshm and syncfb should be fixed first ;-)
## xshm_module = xineplug_vo_out_xshm.la
-## syncfb_module = xineplug_vo_out_syncfb.la
+syncfb_module = xineplug_vo_out_syncfb.la
if HAVE_XV
xv_module = xineplug_vo_out_xv.la
endif
@@ -19,7 +19,7 @@ endif
# All of xine video out plugins should be named like the
# scheme "xineplug_vo_out_"
#
-lib_LTLIBRARIES = $(xv_module) ## $(xshm_module) $(syncfb_module)
+lib_LTLIBRARIES = $(xv_module) $(syncfb_module) ## $(xshm_module)
xineplug_vo_out_xv_la_SOURCES = video_out_xv.c
xineplug_vo_out_xv_la_LIBADD = $(X_LIBS)
@@ -28,8 +28,8 @@ 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_LDFLAGS = -avoid-version -module
-##xineplug_vo_out_syncfb_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c video_out_syncfb.c
-##xineplug_vo_out_syncfb_la_LDFLAGS = -avoid-version -module
+xineplug_vo_out_syncfb_la_SOURCES = video_out_syncfb.c
+xineplug_vo_out_syncfb_la_LDFLAGS = -avoid-version -module
noinst_HEADERS = yuv2rgb.h video_out_syncfb.h