summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-01 20:35:56 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-01 20:35:56 +0000
commitff2171501e599a583b5268e885854f812a529648 (patch)
treef9f1f29e7b3422ee9dbd66a3ff1835d748fe96ff /libvo
parenta7b309bb0a3da5f1a24bb02e9b0f2a2450520745 (diff)
downloadmpv-ff2171501e599a583b5268e885854f812a529648.tar.bz2
mpv-ff2171501e599a583b5268e885854f812a529648.tar.xz
1000l to the author and for the commiter (me :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10048 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/video_out.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index e287563cf8..fb5dfed516 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -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