# HG changeset patch # User alex # Date 1051821356 0 # Node ID 07f4553269dda1ffd650f4957b6167d157efee15 # Parent 99aec27d36181e80f5c8c06e06c010d9150a1675 1000l to the author and for the commiter (me :) diff -r 99aec27d3618 -r 07f4553269dd configure --- 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 diff -r 99aec27d3618 -r 07f4553269dd libvo/video_out.c --- 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