comparison svcore.pro @ 1175:4018fc0189bc 3.0-integration

Start including Vamp SDK into main build, as we do with Sonic Annotator
author Chris Cannam
date Fri, 18 Mar 2016 14:25:05 +0000
parents ece369c5bb68 0ad516dc5d8d
children bf05d9259dbc
comparison
equal deleted inserted replaced
1173:abb78e824820 1175:4018fc0189bc
1 1
2 TEMPLATE = lib 2 TEMPLATE = lib
3
4 INCLUDEPATH += ../vamp-plugin-sdk
5 DEFINES += HAVE_VAMP HAVE_VAMPHOSTSDK
3 6
4 exists(config.pri) { 7 exists(config.pri) {
5 include(config.pri) 8 include(config.pri)
6 } 9 }
7 !exists(config.pri) { 10 !exists(config.pri) {
20 macx* { 23 macx* {
21 INCLUDEPATH += ../sv-dependency-builds/osx/include 24 INCLUDEPATH += ../sv-dependency-builds/osx/include
22 LIBS += -L../sv-dependency-builds/osx/lib 25 LIBS += -L../sv-dependency-builds/osx/lib
23 } 26 }
24 27
25 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_VAMP HAVE_VAMPHOSTSDK HAVE_LIBLO HAVE_MAD HAVE_ID3TAG 28 DEFINES += HAVE_BZ2 HAVE_FFTW3 HAVE_FFTW3F HAVE_SNDFILE HAVE_SAMPLERATE HAVE_LIBLO HAVE_MAD HAVE_ID3TAG
26 29
27 macx* { 30 macx* {
28 DEFINES += HAVE_COREAUDIO 31 DEFINES += HAVE_COREAUDIO
29 } 32 }
30 } 33 }