From: Olle Johansson Date: Tue, 3 Nov 2009 16:56:48 +0000 (+0000) Subject: Adding some clarifications to func_speex doxygen docs. X-Git-Tag: 11.0.0-beta1~3944 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8021cf48d863168456c5715416cc265f201db9c6;p=thirdparty%2Fasterisk.git Adding some clarifications to func_speex doxygen docs. The functions needed doesn't exist in Speex 1.05 which is what a lot of distros use. 1.2 seems to have been in beta status for years, and does include the sexy functions needed for func_speex to work. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@227237 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_speex.c b/funcs/func_speex.c index 699d4fd927..4b8b3a3d6a 100644 --- a/funcs/func_speex.c +++ b/funcs/func_speex.c @@ -26,7 +26,8 @@ * * \ingroup functions * - * \extref The Speex library - http://www.speex.org + * \extref The Speex 1.2 library - http://www.speex.org + * \note Requires the 1.2 version of the Speex library (which might not be what you find in Linux packages) */ /*** MODULEINFO