Browse Source

Merge pull request #35 from xord/fix_compile_errors_with_core_audio

fix compile errors with -D__MACOSX_CORE__
tags/4.1.2
garyscavone 11 years ago
parent
commit
479259ce02
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      RtAudio.cpp

+ 0
- 1
RtAudio.cpp View File

@@ -1405,7 +1405,6 @@ void RtApiCore :: closeStream( void )
}
CoreHandle *handle = (CoreHandle *) stream_.apiHandle;
if ( stream_.mode == OUTPUT || stream_.mode == DUPLEX ) {
if ( stream_.mode == OUTPUT || stream_.mode == DUPLEX ) {
if (handle) {
AudioObjectPropertyAddress property = { kAudioHardwarePropertyDevices,


Loading…
Cancel
Save