diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-08 23:35:45 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-08 23:35:45 +0000 |
| commit | 7ff81af7c5b131c1beb4bad941a6bcb02cd3d80f (patch) | |
| tree | 35975deaa517960ed8f3191d41dd9cec0e402ca3 /src/video_out/Makefile.am | |
| parent | f5c54a3e95826c5ceb8dfb96b2d313612d203d73 (diff) | |
| download | xine-lib-7ff81af7c5b131c1beb4bad941a6bcb02cd3d80f.tar.gz xine-lib-7ff81af7c5b131c1beb4bad941a6bcb02cd3d80f.tar.bz2 | |
bring fb driver back
CVS patchset: 3467
CVS date: 2002/12/08 23:35:45
Diffstat (limited to 'src/video_out/Makefile.am')
| -rw-r--r-- | src/video_out/Makefile.am | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index bead4f218..fc8f56f50 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -37,9 +37,9 @@ if HAVE_AA aa_module = xineplug_vo_out_aa.la endif -#if HAVE_FB -#fb_module = xineplug_vo_out_fb.la -#endif +if HAVE_FB +fb_module = xineplug_vo_out_fb.la +endif #if HAVE_DIRECTFB #directfb_module = xineplug_vo_out_directfb.la @@ -58,7 +58,8 @@ endif #lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_module) \ # $(syncfb_module) $(fb_module) $(opengl_module) $(sdl_module) $(vidix_module) -lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(aa_module) $(pgx64_module) $(vidix_module) \ +lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(aa_module) $(pgx64_module) \ + $(vidix_module) $(fb_module) \ xineplug_vo_out_none.la XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la @@ -91,10 +92,10 @@ xineplug_vo_out_aa_la_SOURCES = video_out_aa.c xineplug_vo_out_aa_la_LIBADD = $(AALIB_LIBS) xineplug_vo_out_aa_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -#xineplug_vo_out_fb_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \ -# alphablend.c video_out_fb.c -#xineplug_vo_out_fb_la_LIBADD = $(XINE_LIB) -#xineplug_vo_out_fb_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_vo_out_fb_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \ + alphablend.c video_out_fb.c +xineplug_vo_out_fb_la_LIBADD = $(XINE_LIB) +xineplug_vo_out_fb_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ #xineplug_vo_out_directfb_la_SOURCES = alphablend.c video_out_directfb.c #xineplug_vo_out_directfb_la_LIBADD = $(DIRECTFB_LIBS) |
