Consider earlier releases

This commit is contained in:
Brad Howes 2022-02-18 22:59:04 +01:00 committed by derselbst
parent ac0aab2fa0
commit d8113d497b
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ OSStatus fluid_core_audio_callback(void *data,
#define OK(x) (x == noErr)
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1200
#define kAudioObjectPropertyElementMain kAudioObjectPropertyElementMaster
#endif
int
get_num_outputs(AudioDeviceID deviceID)
{