changeset 135:c27ad8793f28

PortAudio on OS/X
author Chris Cannam
date Thu, 09 Jan 2014 21:32:13 +0000
parents c13ffa2fcdee
children 91927958dcc6
files .hgsubstate tonyapp.pro
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Thu Jan 09 21:22:03 2014 +0000
+++ b/.hgsubstate	Thu Jan 09 21:32:13 2014 +0000
@@ -1,5 +1,5 @@
 236814e07bd07473958c1ff89103124536a0c3c8 dataquay
 a988521943bcf5c98bfc47338c54fda14b750c03 sv-dependency-builds
-8611eb7be68928f08eab9dea747aeca55f03ea01 svapp
-8e22795fe30bf9540103181d994a2e795a83d8c0 svcore
+ccd3c927638be6c68aaa396fce24b6974d073447 svapp
+284851a784fa98ddda2db80f96d735c385e367c3 svcore
 084fd76deb89a36708fabd732dc04e578d75df78 svgui
--- a/tonyapp.pro	Thu Jan 09 21:22:03 2014 +0000
+++ b/tonyapp.pro	Thu Jan 09 21:32:13 2014 +0000
@@ -28,8 +28,8 @@
         LIBS += -lportaudio -lwinmm -lws2_32
     }
     macx* {
-        DEFINES += HAVE_COREAUDIO
-        LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
+        DEFINES += HAVE_COREAUDIO HAVE_PORTAUDIO_2_0
+        LIBS += -lportaudio -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
     }
 }