diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/Makefile.am | 9 | ||||
-rw-r--r-- | src/video_out/video_out_fb.c | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index f3e9cd8e3..ed08eced1 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -43,7 +43,8 @@ endif # lib_LTLIBRARIES = $(xv_module) $(syncfb_module) $(xshm_module) $(aa_module) \ # $(fb_module) $(sdl_module) $(opengl_module) $(directfb_module) -lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_module) $(aa_module) +lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_module) $(aa_module) \ + $(fb_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 @@ -66,9 +67,9 @@ 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 -#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_LDFLAGS = -avoid-version -module +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_LDFLAGS = -avoid-version -module xineplug_vo_out_directfb_la_SOURCES = alphablend.c video_out_directfb.c xineplug_vo_out_directfb_la_LIBADD = $(DIRECTFB_LIBS) diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index bef2ad75c..323f282e4 100644 --- a/src/video_out/video_out_fb.c +++ b/src/video_out/video_out_fb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_fb.c,v 1.7 2002/03/07 13:26:15 jcdutton Exp $ + * $Id: video_out_fb.c,v 1.8 2002/03/17 16:53:24 richwareham Exp $ * * video_out_fb.c, frame buffer xine driver by Miguel Freitas * @@ -915,7 +915,7 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) { } static vo_info_t vo_info_fb = { - 3, + 4, "fb", "xine video output plugin using linux framebuffer device", VISUAL_TYPE_FB, |