changeset 870:284851a784fa tonioni

The Mac also has CoreAudio for file loading
author Chris Cannam
date Thu, 09 Jan 2014 21:30:33 +0000
parents 8e22795fe30b
children 0b15c9328003
files svcore.pro
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/svcore.pro	Thu Jan 09 09:18:05 2014 +0000
+++ b/svcore.pro	Thu Jan 09 21:30:33 2014 +0000
@@ -18,7 +18,11 @@
         LIBS += -L../sv-dependency-builds/osx/lib
     }
 
-    DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_RUBBERBAND HAVE_LIBLO HAVE_MAD HAVE_ID3TAG
+    DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_RUBBERBAND HAVE_LIBLO HAVE_MAD HAVE_ID3TAG 
+
+    macx* {
+        DEFINES += HAVE_COREAUDIO
+    }
 }
 
 CONFIG += staticlib qt thread warn_on stl rtti exceptions