comparison noconfig.pri @ 1293:7304616053ff project-file-rework

Couple of overlooked defines
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 21:19:48 +0100
parents 0c82a10b5c3e
children 0e0370b84040
comparison
equal deleted inserted replaced
1292:0c82a10b5c3e 1293:7304616053ff
100 # All Mac builds are 64-bit these days. 100 # All Mac builds are 64-bit these days.
101 101
102 INCLUDEPATH += sv-dependency-builds/osx/include 102 INCLUDEPATH += sv-dependency-builds/osx/include
103 LIBS += -Lsv-dependency-builds/osx/lib 103 LIBS += -Lsv-dependency-builds/osx/lib
104 104
105 DEFINES += HAVE_COREAUDIO 105 DEFINES += HAVE_COREAUDIO MALLOC_IS_ALIGNED HAVE_VDSP
106 LIBS += \ 106 LIBS += \
107 -framework CoreAudio \ 107 -framework CoreAudio \
108 -framework CoreMidi \ 108 -framework CoreMidi \
109 -framework AudioUnit \ 109 -framework AudioUnit \
110 -framework AudioToolbox \ 110 -framework AudioToolbox \