1000l to the author and for the commiter (me :)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10048 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-05-01 20:35:56 +00:00
parent a7b309bb0a
commit ff2171501e
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -2548,7 +2548,7 @@ if test "$_directfb" = yes ; then
_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

View File

@ -93,7 +93,7 @@ extern vo_functions_t video_out_vesa;
#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 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_DIRECTFB
&video_out_directfb,
#if DIRECTFBVERSION >= 914
#if DIRECTFBVERSION >= 915
&video_out_dfbmga,
#endif
#endif