summaryrefslogtreecommitdiffstats
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 06a79e924c..8bae568a24 100755
--- a/configure
+++ b/configure
@@ -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