Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed build issues on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 31, 2007
1 parent 396420a commit 512caba
Show file tree
Hide file tree
Showing 3 changed files with 878 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/macosx/SDL_coreaudio.c
Expand Up @@ -128,7 +128,7 @@ build_device_list(int iscapture, COREAUDIO_DeviceList ** devices,

size = sizeof(CFStringRef);
result = AudioDeviceGetProperty(dev, 0, iscapture,
kAudioObjectPropertyName,
kAudioDevicePropertyDeviceNameCFString,
&size, &cfstr);

if (result != kAudioHardwareNoError)
Expand Down

0 comments on commit 512caba

Please sign in to comment.