From fc120bf827ca3a38cd429c53051f6e0b5322099c Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Mon, 5 May 2008 22:13:57 +0000 Subject: 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: https://origsvn.digium.com/svn/asterisk/trunk@115328 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_speex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'codecs/codec_speex.c') diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c index 035f9958b..494693182 100644 --- a/codecs/codec_speex.c +++ b/codecs/codec_speex.c @@ -32,6 +32,7 @@ /*** MODULEINFO speex + speex_preprocess speexdsp ***/ -- cgit v1.2.3