sound_apple.c: handle kAudioObjectPropertyElementMain for macOS < 12

This commit is contained in:
Nanda H Krishna
2023-02-22 00:22:37 -05:00
committed by Carter Li
parent 74b1871f18
commit c16f9a9e20
+5
View File
@@ -2,6 +2,11 @@
#include "util/apple/cf_helpers.h"
#include <CoreAudio/CoreAudio.h>
#include <AvailabilityMacros.h>
#ifndef MAC_OS_VERSION_12_0
#define kAudioObjectPropertyElementMain kAudioObjectPropertyElementMaster
#endif
const char* ffDetectSound(FF_MAYBE_UNUSED const FFinstance* instance, FFlist* devices /* List of FFSoundDevice */)
{