(svn r16221) -Change: support building 64 bits OSX binaries and add optional support for 64 bits binaries in OSX universal binaries. However, do not default to adding 64 bits binaries because benchmarking has shown that they are slower than the 32 bits binaries.

This commit is contained in:
rubidium
2009-05-03 15:46:36 +00:00
parent d685ca0619
commit 5f4eeee5f0
3 changed files with 59 additions and 9 deletions

View File

@@ -19,6 +19,8 @@
*/
#ifndef NO_QUICKTIME
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_3
#include <AvailabilityMacros.h>
@@ -347,3 +349,4 @@ void MusicDriver_QtMidi::SetVolume(byte vol)
}
}
#endif /* NO_QUICKTIME */