aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 22:10:05 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 22:10:05 +0000
commit196c4e1c619d144790cec4a7257a7b2aab126575 (patch)
treef8ebf1fb638b8c3ad9e2ede4b28debe1dc5e7ef4 /codecs
parentd821ef5468a18cb7df55e250827331e54247c7db (diff)
Make sure that either the main speex library contains preprocess functions or that speexdsp does. If both fail then speex stuff can not be built.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115327 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_speex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c
index ad2f02fed..6eff087d3 100644
--- a/codecs/codec_speex.c
+++ b/codecs/codec_speex.c
@@ -29,6 +29,7 @@
/*** MODULEINFO
<depend>speex</depend>
+ <depend>speex_preprocess</depend>
<use>speexdsp</use>
***/