Mercurial > hg > decimation
changeset 26:20ed07459176
Some fixes to paths and names
author | Chris Cannam |
---|---|
date | Mon, 21 Oct 2013 17:48:43 +0100 |
parents | 34a9989118e8 |
children | ece2031120c9 |
files | qm-dsp-resample/resample.cpp run-tests.sh |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/qm-dsp-resample/resample.cpp Mon Oct 21 11:29:12 2013 +0100 +++ b/qm-dsp-resample/resample.cpp Mon Oct 21 17:48:43 2013 +0100 @@ -1,6 +1,6 @@ /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ -#include "Resampler.h" +#include "qm-dsp/dsp/rateconversion/Resampler.h" #include <iostream> #include <sndfile.h>
--- a/run-tests.sh Mon Oct 21 11:29:12 2013 +0100 +++ b/run-tests.sh Mon Oct 21 17:48:43 2013 +0100 @@ -11,7 +11,7 @@ original=96000 -resample="$mydir/garage-resampler/resample" +resample="$mydir/qm-dsp-resample/resample" decimate="$mydir/qm-dsp-decimate/decimate" indir="$mydir"/testsignals @@ -20,12 +20,12 @@ mkdir -p "$outdir" if [ ! -x "$resample" ]; then - echo "Program $resample not found: Try running make?" + echo "Program $resample not found: make not run, or make failed?" exit 1 fi if [ ! -x "$decimate" ]; then - echo "Program $decimate not found: Try running make?" + echo "Program $decimate not found: make not run, or make failed?" exit 1 fi