summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-04 00:43:47 +0100
committerwm4 <wm4@nowhere>2013-11-04 00:43:47 +0100
commit222cfe7fe6e1787b12886da109efc9532932f2bb (patch)
tree06ea140e6f79abfb2f47da747f6e153d1ff3f969 /configure
parent3813b137962d083410c31c896b62b3c21e066df9 (diff)
downloadmpv-222cfe7fe6e1787b12886da109efc9532932f2bb.tar.bz2
mpv-222cfe7fe6e1787b12886da109efc9532932f2bb.tar.xz
define HAVE_COREAUDIO on platforms other than OSX
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8de1ba52e8..6eb4e63caf 100755
--- a/configure
+++ b/configure
@@ -2431,6 +2431,7 @@ fi
echores "$_alsa"
+def_coreaudio='#define HAVE_COREAUDIO 0'
if darwin; then
echocheck "CoreAudio"
if test "$_coreaudio" = auto ; then