# HG changeset patch # User Chris Cannam # Date 1460649183 -3600 # Node ID 29c6a7cb114edeb1c31a422b932c1c9ab0dfef95 # Parent c78fbb819a62c78c0531e21cffd13a7eb4fbfebd Update checker code layout diff -r c78fbb819a62 -r 29c6a7cb114e .hgsub --- a/.hgsub Thu Apr 14 14:23:48 2016 +0100 +++ b/.hgsub Thu Apr 14 16:53:03 2016 +0100 @@ -8,4 +8,4 @@ bqaudioio = https://bitbucket.org/breakfastquay/bqaudioio sv-dependency-builds = https://code.soundsoftware.ac.uk/hg/sv-dependency-builds icons/scalable = https://code.soundsoftware.ac.uk/hg/sv-iconset -vamp-plugin-load-checker = https://code.soundsoftware.ac.uk/hg/vamp-plugin-load-checker +checker = https://code.soundsoftware.ac.uk/hg/vamp-plugin-load-checker diff -r c78fbb819a62 -r 29c6a7cb114e .hgsubstate --- a/.hgsubstate Thu Apr 14 14:23:48 2016 +0100 +++ b/.hgsubstate Thu Apr 14 16:53:03 2016 +0100 @@ -1,11 +1,11 @@ 442bdbbb17f3910898b892cc798794e32562a3f1 bqaudioio 28f51eb8bf2dd985b0c1a6d704fb65e14c2f0f25 bqresample a518ddd9dd68917393887d28dfee6221bc37fb66 bqvec +25e00373f597b72ea32c7227f78b2fa9556da481 checker d16f0fd6db6104d87882bc43788a3bb1b0f8c528 dataquay 68ae618c6b0e442d08a71d39217784a08f2a8de3 icons/scalable 1e4f338ae482429a7ab9bdd0825242042354152f sv-dependency-builds f7ec9e410108fe08580cf61e328b73fe8c7e4e1d svapp -6b1af0f05f067846d30baf8ced184da38a9c36ca svcore +98664afd518b39e7ef0ea185bb5231f897162282 svcore 3691af49291c57a31883fd27190586737935b12b svgui -846464771d06fcfa2c279d5c1a17dbc3c9013033 vamp-plugin-load-checker 9a2998401bbe0a7b9e3233eeca5004542bc0014d vamp-plugin-sdk diff -r c78fbb819a62 -r 29c6a7cb114e sonic-visualiser.pro --- a/sonic-visualiser.pro Thu Apr 14 14:23:48 2016 +0100 +++ b/sonic-visualiser.pro Thu Apr 14 16:53:03 2016 +0100 @@ -1,5 +1,5 @@ TEMPLATE = subdirs -SUBDIRS = sub_bq sub_dataquay svcore svgui svapp vamp-plugin-load-checker sub_sv +SUBDIRS = sub_bq sub_dataquay svcore svgui svapp checker sub_sv !win* { # We should build and run the tests on any platform, diff -r c78fbb819a62 -r 29c6a7cb114e sv.pro --- a/sv.pro Thu Apr 14 14:23:48 2016 +0100 +++ b/sv.pro Thu Apr 14 16:53:03 2016 +0100 @@ -58,7 +58,7 @@ contains(DEFINES, BUILD_STATIC):LIBS -= -ljack -MY_LIBS = -Lsvapp -Lsvgui -Lsvcore -Lvamp-plugin-load-checker -Ldataquay -L. \ +MY_LIBS = -Lsvapp -Lsvgui -Lsvcore -Lchecker -Ldataquay -L. \ -lsvapp -lsvgui -lsvcore -lchecker -ldataquay -lbq linux* { @@ -66,7 +66,7 @@ } win* { -MY_LIBS = -Lsvapp/release -Lsvgui/release -Lsvcore/release -Lvamp-plugin-load-checker/release -Ldataquay/release $$MY_LIBS +MY_LIBS = -Lsvapp/release -Lsvgui/release -Lsvcore/release -Lchecker/release -Ldataquay/release $$MY_LIBS } LIBS = $$MY_LIBS $$LIBS @@ -76,14 +76,14 @@ svgui/release/libsvgui.a \ svcore/release/libsvcore.a \ dataquay/release/libdataquay.a \ - vamp-plugin-load-checker/release/libchecker.a + checker/release/libchecker.a } !win* { PRE_TARGETDEPS += svapp/libsvapp.a \ svgui/libsvgui.a \ svcore/libsvcore.a \ dataquay/libdataquay.a \ - vamp-plugin-load-checker/libchecker.a + checker/libchecker.a } RESOURCES += sonic-visualiser.qrc