aboutsummaryrefslogtreecommitdiffstats
path: root/dsp.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-25 21:57:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-25 21:57:14 +0000
commitec09fb0081f5040ef7097a6b840ed5ccde6a13a0 (patch)
tree9f0108513cdfea76d400c874be22ab8530dce275 /dsp.c
parent1e631a97f18f7c75a0431f9f118ce25c7c93250e (diff)
remove the need to have the BUSYDETECT routine defined in the CFLAGS unless
you want to use one other than the default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6206 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dsp.c')
-rwxr-xr-xdsp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dsp.c b/dsp.c
index 3ea3cf235..3f370f372 100755
--- a/dsp.c
+++ b/dsp.c
@@ -151,6 +151,10 @@ static struct progress {
#define BELL_MF_RELATIVE_PEAK 12.6 /* 11dB */
#endif
+#if !defined(BUSYDETECT_MARTIN) && !defined(BUSYDETECT) && !defined(BUSYDETECT_TONEONLY) && !defined(BUSYDETECT_COMPARE_TONE_AND_SILENCE)
+#define BUSYDETECT_MARTIN
+#endif
+
typedef struct {
float v2;
float v3;