include only tone_detect for older spandsp version

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1186 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent f045b01e10
commit 66046286b3

@ -36,7 +36,11 @@
#ifdef USE_SPANDSP
#include <math.h>
#ifndef HAVE_OLD_SPANDSP_CALLBACK
#include "spandsp.h"
#else
#include "spandsp/tone_detect.h"
#endif
#endif

Loading…
Cancel
Save