diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-03-25 03:08:38 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-03-25 03:08:38 +0000 |
| commit | 4b92eb27533df6f0d1aac407dcb03ab46c8b0ccb (patch) | |
| tree | 02a4dddfd4701f9c0594c553400fbd640b9d4719 /src/video_out/Makefile.am | |
| parent | 8f1bca49ef90081e67ce29bb01b2a8d9fafb7d07 (diff) | |
| download | xine-lib-4b92eb27533df6f0d1aac407dcb03ab46c8b0ccb.tar.gz xine-lib-4b92eb27533df6f0d1aac407dcb03ab46c8b0ccb.tar.bz2 | |
framebuffer driver resurrected
CVS patchset: 1631
CVS date: 2002/03/25 03:08:38
Diffstat (limited to 'src/video_out/Makefile.am')
| -rw-r--r-- | src/video_out/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 4ae8ed0dd..f5f0e6138 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -40,12 +40,10 @@ endif # "xineplug_vo_out_*" # FIXME: temporarily disabled until they're adapted to new interface -# $(sdl_module) $(opengl_module) $(directfb_module) - -# no adapted to new xmalloc_aligned: $(fb_module) +# $(sdl_module) $(opengl_module) lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_module) $(aa_module) \ - $(syncfb_module) + $(syncfb_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 |
