# HG changeset patch # User Chris Cannam # Date 1526482274 -3600 # Node ID 5e9027b32179a20798e8d7e020992e569e7e4131 # Parent bbcce33e758d66f6df7c181946f18437380ad937 Fixes for updated subrepos diff -r bbcce33e758d -r 5e9027b32179 build-all.sh --- a/build-all.sh Wed May 16 15:51:04 2018 +0100 +++ b/build-all.sh Wed May 16 15:51:14 2018 +0100 @@ -7,7 +7,13 @@ set -eu -./vext install +./repoint install + +for x in ext/* ; do + if [ -f "$x"/repoint-project.json ]; then + ( cd "$x" && ../../repoint install ) + fi +done for x in *; do if [ -d "$x" ] && [ -d "ext/$x" ] && [ -f "$x/Makefile" ]; then diff -r bbcce33e758d -r 5e9027b32179 qm-vamp-plugins/Makefile --- a/qm-vamp-plugins/Makefile Wed May 16 15:51:04 2018 +0100 +++ b/qm-vamp-plugins/Makefile Wed May 16 15:51:14 2018 +0100 @@ -5,7 +5,7 @@ MODULE_NAME := QMVampPlugins QMV := $(QM_VAMP_PLUGINS_DIR) -DSP := $(QMV)/qm-dsp +DSP := $(QMV)/lib/qm-dsp EXT := $(DSP)/ext INCLUDES := -I$(QMV) -I$(DSP) -I$(EXT)/kissfft -I$(EXT)/kissfft/tools