diff configure @ 26216:e402c7730fcf

Introduce HAVE_QUICKTIME definition and use it where appropriate.
author diego
date Sat, 15 Mar 2008 11:31:28 +0000
parents 893103b2b11c
children 79ee79393eed
line wrap: on
line diff
--- a/configure	Sat Mar 15 10:04:19 2008 +0000
+++ b/configure	Sat Mar 15 11:31:28 2008 +0000
@@ -3583,6 +3583,7 @@
     _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 @@
     _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_coreaudio
 $_def_corevideo
 $_def_quartz
+$_def_quicktime
 
 /* Build our Win32-loader */
 $_def_win32_loader