summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_coreaudio_properties.h
diff options
context:
space:
mode:
authorRobert Kopaczewski <rk@23doors.com>2024-04-18 18:52:16 +0200
committerder richter <der.richter@gmx.de>2024-04-20 00:44:46 +0200
commit578b9dade26b985e858e0f98f508abf241827539 (patch)
treeb4c0ea2bf4f660ce2a816ee620ab5322a58520a1 /audio/out/ao_coreaudio_properties.h
parente855836ed1e5f747d0b0461cd26d9b0f809dfc9d (diff)
downloadmpv-578b9dade26b985e858e0f98f508abf241827539.tar.bz2
mpv-578b9dade26b985e858e0f98f508abf241827539.tar.xz
ao/audiounit: fix building for iOS
Diffstat (limited to 'audio/out/ao_coreaudio_properties.h')
-rw-r--r--audio/out/ao_coreaudio_properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_coreaudio_properties.h b/audio/out/ao_coreaudio_properties.h
index 2c9c5657bb..07c12400c5 100644
--- a/audio/out/ao_coreaudio_properties.h
+++ b/audio/out/ao_coreaudio_properties.h
@@ -23,7 +23,7 @@
#include "internal.h"
-#if HAVE_AVFOUNDATION || HAVE_AUDIOUNIT
+#if HAVE_AVFOUNDATION
#undef HAVE_COREAUDIO
#define HAVE_COREAUDIO 1
#endif