summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_coreaudio.c
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2013-07-28 00:40:08 -0400
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-07-28 09:48:49 +0200
commit721071a5ecd7d95c55b65749825dd69fff835211 (patch)
treea1c48bec3799adf566a701bbc8c11f1694debac9 /audio/out/ao_coreaudio.c
parentfac2d9097ef9e022e50917ac3d8a20a6748d69b8 (diff)
downloadmpv-721071a5ecd7d95c55b65749825dd69fff835211.tar.bz2
mpv-721071a5ecd7d95c55b65749825dd69fff835211.tar.xz
ao_coreaudio: fix compilation on OS X 10.7
Reverts one of the changes from 18777ecf. `kAudioObjectPropertyScopeOutput` was introduced in the 10.8 SDK while `kAudioDevicePropertyScopeOutput` was moved to `AudioHardwareDeprecated.h`. Since the deprecation is silent for now (no warnings), just use the old constant. Either way, they both evaluate to 'outp', and in the 10.8 SDK the deprecated constant is defined in terms of the non-deprecated one. Fixes #155
Diffstat (limited to 'audio/out/ao_coreaudio.c')
0 files changed, 0 insertions, 0 deletions