summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorsyrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-08 22:28:02 +0000
committersyrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-08 22:28:02 +0000
commit5dc899d5c570751e1bc79b2550d5160d12cda49d (patch)
treec24517e44c809e93468cd3f380265f49bd82ee66 /configure
parent8db718fbf80845fa0fee3fe547d93f3394944743 (diff)
downloadmpv-5dc899d5c570751e1bc79b2550d5160d12cda49d.tar.bz2
mpv-5dc899d5c570751e1bc79b2550d5160d12cda49d.tar.xz
List dfbmga and directfb in _novomodules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20119 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index e52028790a..45e796dee4 100755
--- a/configure
+++ b/configure
@@ -3797,15 +3797,19 @@ if test "$_directfb" = yes ; then
_vosrc="$_vosrc vo_directfb2.c"
_vomodules="directfb $_vomodules"
_ld_directfb='-ldirectfb'
+ else
+ _novomodules="directfb $_novomodules"
fi
if test "$_dfb_version" -ge $(dfb_version 0 9 15); then
_vosrc="$_vosrc vo_dfbmga.c"
_vomodules="dfbmga $_vomodules"
+ else
+ _novomodules="dfbmga $_novomodules"
fi
else
_def_directfb='#undef HAVE_DIRECTFB'
- _novomodules="directfb $_novomodules"
+ _novomodules="dfbmga directfb $_novomodules"
fi