summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/video_out/Makefile.am8
-rw-r--r--src/video_out/video_out_directfb.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index 609c80af7..3bb16abce 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -43,7 +43,7 @@ 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)
+lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_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
@@ -70,9 +70,9 @@ xineplug_vo_out_xshm_la_LDFLAGS = -avoid-version -module
# 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)
-#xineplug_vo_out_directfb_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)
+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)
diff --git a/src/video_out/video_out_directfb.c b/src/video_out/video_out_directfb.c
index cc2367b41..7695979e5 100644
--- a/src/video_out/video_out_directfb.c
+++ b/src/video_out/video_out_directfb.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_directfb.c,v 1.4 2002/02/10 12:42:49 richwareham Exp $
+ * $Id: video_out_directfb.c,v 1.5 2002/02/25 10:32:53 richwareham Exp $
*
* DirectFB based output plugin.
* Rich Wareham <richwareham@users.sourceforge.net>
@@ -567,7 +567,7 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) {
}
static vo_info_t vo_info_directfb = {
- 3,
+ 4,
"DirectFB",
"xine video output plugin using the DirectFB library.",
VISUAL_TYPE_DFB,