diff options
| author | garyscavone <garyscavone@users.noreply.github.com> | 2015-04-07 13:18:00 -0400 |
|---|---|---|
| committer | garyscavone <garyscavone@users.noreply.github.com> | 2015-04-07 13:18:00 -0400 |
| commit | 479259ce0235190da039d2bb8cb08f6912ac55bc (patch) | |
| tree | b63adf3d445626b399d355671eaca5b366ffd6bc /RtAudio.cpp | |
| parent | 18be2b035ad4c42c7cb1a9d8aab123e5a29d6a56 (diff) | |
| parent | 258dc8832e34a31d22fe9f57aa2775f22b3881ab (diff) | |
Merge pull request #35 from xord/fix_compile_errors_with_core_audio
fix compile errors with -D__MACOSX_CORE__
Diffstat (limited to 'RtAudio.cpp')
| -rwxr-xr-x | RtAudio.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 8cac299..6fe26d0 100755 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -1406,7 +1406,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,
kAudioObjectPropertyScopeGlobal,
|
