Remove: [OSX] Old QuickTime music driver.

This commit is contained in:
Michael Lutz
2020-04-12 17:43:08 +02:00
parent e9294ce4e3
commit 4bfa3ff619
4 changed files with 1 additions and 395 deletions

View File

@@ -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