changeset 10047:07f4553269dd

1000l to the author and for the commiter (me :)
author alex
date Thu, 01 May 2003 20:35:56 +0000
parents 99aec27d3618
children 22a4cb2432f5
files configure libvo/video_out.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu May 01 19:14:27 2003 +0000
+++ b/configure	Thu May 01 20:35:56 2003 +0000
@@ -2548,7 +2548,7 @@
   _vomodules="directfb $_vomodules"
   _ld_directfb='-ldirectfb'
 
-  if test "$_directfb_version" -ge 914; then
+  if test "$_directfb_version" -ge 915; then
     _vosrc="$_vosrc vo_dfbmga.c"
     _vomodules="dfbmga $_vomodules"
   fi
--- a/libvo/video_out.c	Thu May 01 19:14:27 2003 +0000
+++ b/libvo/video_out.c	Thu May 01 20:35:56 2003 +0000
@@ -93,7 +93,7 @@
 #endif
 #ifdef HAVE_DIRECTFB
 extern vo_functions_t video_out_directfb;
-#if DIRECTFBVERSION >= 914
+#if DIRECTFBVERSION >= 915
 extern vo_functions_t video_out_dfbmga;
 #endif
 #endif
@@ -190,7 +190,7 @@
 #endif
 #ifdef HAVE_DIRECTFB
 	&video_out_directfb,
-#if DIRECTFBVERSION >= 914
+#if DIRECTFBVERSION >= 915
         &video_out_dfbmga,
 #endif
 #endif