summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-05 16:48:36 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-05 16:48:36 +0000
commit05fb621fda9860cd0b599d8cf3c71c36f6c3f5b1 (patch)
treea0b45dd93f31a27f6007ce60542b790adb66d744 /configure
parent41f9bd6c900be538343523a870accc9aacf7427d (diff)
downloadmpv-05fb621fda9860cd0b599d8cf3c71c36f6c3f5b1.tar.bz2
mpv-05fb621fda9860cd0b599d8cf3c71c36f6c3f5b1.tar.xz
added directfb to _vomodules
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3338 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure b/configure
index 87a3d6e21a..f8b32db30a 100755
--- a/configure
+++ b/configure
@@ -1294,6 +1294,7 @@ fi
if test "$_directfb" = yes ; then
_def_directfb='#define HAVE_DIRECTFB 1'
_vosrc="$_vosrc vo_directfb.c"
+ _vomodules="directfb $_vomodules"
_ld_directfb='-ldirectfb'
else
_def_directfb='#undef HAVE_DIRECTFB'
@@ -2172,7 +2173,11 @@ if test "$_xanim" = auto ; then
done
fi
test "$_xanimlibdir" && _xanim=yes
- echores "yes (found: $_xanimlibdir)"
+ if test "$_xanim" == yes ; then
+ echores "yes (found: $_xanimlibdir)"
+ else
+ echores "no suitable directory found"
+ fi
else
echores "dl support needed"
fi
@@ -2603,7 +2608,7 @@ X11_INC = $_inc_x11
X11DIR = $_ld_x11
# video output
-X_LIB = $_ld_x11 $_ld_gl $_ld_dga $_ld_xv $_ld_vm $_ld_xinerama $_ld_mad $_ld_sock
+X_LIB = $_ld_x11 $_ld_gl $_ld_dga $_ld_xv $_ld_vm $_ld_xinerama $_ld_mad $_ld_sock
GGI_LIB = $_ld_ggi
MLIB_LIB = $_ld_mlib
MLIB_INC = $_inc_mlib