aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_speex.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-03 16:56:48 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-03 16:56:48 +0000
commita8d11b3ee955628c5f061e16b947f513b3c21442 (patch)
treef830845dbc8905ccb046d7232c10ee4dc847bfcf /funcs/func_speex.c
parente9f6f5054f2806a06117a8271167f3600c66a7f1 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@227237 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_speex.c')
-rw-r--r--funcs/func_speex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/funcs/func_speex.c b/funcs/func_speex.c
index 699d4fd92..4b8b3a3d6 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