mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-30 07:51:55 +00:00
Consider earlier releases
This commit is contained in:
parent
ac0aab2fa0
commit
d8113d497b
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue