aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_speex.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 22:13:57 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 22:13:57 +0000
commit82f904543526ca38be1bdacf4a917525d2924cb2 (patch)
treec2b4d6fe040488a3c07386838132486ebd3691af /funcs/func_speex.c
parentd380bc9762281614cc762ac1c5fbc5b197eba5ce (diff)
Merged revisions 115327 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115327 | file | 2008-05-05 19:10:05 -0300 (Mon, 05 May 2008) | 2 lines 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/trunk@115328 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_speex.c')
-rw-r--r--funcs/func_speex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/funcs/func_speex.c b/funcs/func_speex.c
index 81cba38f5..afceb9870 100644
--- a/funcs/func_speex.c
+++ b/funcs/func_speex.c
@@ -31,6 +31,8 @@
/*** MODULEINFO
<depend>speex</depend>
+ <depend>speex_preprocess</depend>
+ <use>speexdsp</use>
***/
#include "asterisk.h"