summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 11:31:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 11:31:28 +0000
commit9e1ccf7447fb3e43df6d93a8be2b232a393a6157 (patch)
treeabfdbd48fa4b43cb0331f27bb8e0f2d8e677287d /configure
parent6628c4ba3b7818d3a3e9006339b44de29e116c9e (diff)
downloadmpv-9e1ccf7447fb3e43df6d93a8be2b232a393a6157.tar.bz2
mpv-9e1ccf7447fb3e43df6d93a8be2b232a393a6157.tar.xz
Introduce HAVE_QUICKTIME definition and use it where appropriate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26248 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index a689e93c50..ff5fce2724 100755
--- a/configure
+++ b/configure
@@ -3583,6 +3583,7 @@ EOF
_def_quartz='#define HAVE_QUARTZ 1'
_vosrc="$_vosrc vo_quartz.c"
_vomodules="quartz $_vomodules"
+ _def_quicktime='#define HAVE_QUICKTIME 1'
else
_macosx=no
_coreaudio=no
@@ -3591,6 +3592,7 @@ EOF
_noaomodules="macosx $_noaomodules"
_def_quartz='#undef HAVE_QUARTZ'
_novomodules="quartz $_novomodules"
+ _def_quicktime='#undef HAVE_QUICKTIME'
fi
cat > $TMPC <<EOF
#include <Carbon/Carbon.h>
@@ -8178,6 +8180,7 @@ $_def_macosx_bundle
$_def_coreaudio
$_def_corevideo
$_def_quartz
+$_def_quicktime
/* Build our Win32-loader */
$_def_win32_loader