summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib9
1 files changed, 1 insertions, 8 deletions
diff --git a/config.lib b/config.lib
index 5226d84af..6b7ee8de7 100644
--- a/config.lib
+++ b/config.lib
@@ -1592,12 +1592,6 @@ make_cflags_and_ldflags() {
# Add macports include dir which is not always set a default system dir. This avoids zillions of bogus warnings.
CFLAGS="$CFLAGS -isystem/opt/local/include"
- if [ "$enable_dedicated" = "0" ] && ([ "$cpu_type" = "32" ] || [ "$enable_universal" != "0" ]); then
- LIBS="$LIBS -framework QuickTime"
- else
- CFLAGS="$CFLAGS -DNO_QUICKTIME"
- fi
-
if [ "$enable_universal" = "0" ]; then
# Universal builds set this elsewhere
CFLAGS="$OSX_SYSROOT $CFLAGS"
@@ -3326,8 +3320,7 @@ generate_src_osx() {
CFLAGS="-isysroot $osx_sdk_path $CFLAGS_orig"
LDFLAGS="-Wl,-syslibroot,$osx_sdk_path $LDFLAGS_orig"
fi
- CFLAGS="$CFLAGS -D_SQ64 -DNO_QUICKTIME"
- LIBS="`echo $LIBS | sed 's/-framework QuickTime//'`"
+ CFLAGS="$CFLAGS -D_SQ64"
fi
case $type in