changeset 1147:29c6a7cb114e pluginscan

Update checker code layout
author Chris Cannam
date Thu, 14 Apr 2016 16:53:03 +0100
parents c78fbb819a62
children b3b5885e7c2c
files .hgsub .hgsubstate sonic-visualiser.pro sv.pro
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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,
--- 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