(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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user