Skip to content

Commit

Permalink
Merge pull request #18105 from akien-mga/coreaudio-iphone
Browse files Browse the repository at this point in the history
CoreAudio: Fix iphone build after audio device refactor (#17742)
  • Loading branch information
akien-mga authored Apr 10, 2018
2 parents 6c2d362 + e955fbc commit 48890b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/coreaudio/audio_driver_coreaudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ class AudioDriverCoreAudio : public AudioDriver {

Vector<int32_t> samples_in;

#ifdef OSX_ENABLED
static OSStatus output_device_address_cb(AudioObjectID inObjectID,
UInt32 inNumberAddresses, const AudioObjectPropertyAddress *inAddresses,
void *inClientData);
#endif

static OSStatus output_callback(void *inRefCon,
AudioUnitRenderActionFlags *ioActionFlags,
Expand Down

0 comments on commit 48890b1

Please sign in to comment.