[svn-commits] oej: trunk r227237 - /trunk/funcs/func_speex.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 3 10:56:51 CST 2009


Author: oej
Date: Tue Nov  3 10:56:48 2009
New Revision: 227237

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=227237
Log:
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.

Modified:
    trunk/funcs/func_speex.c

Modified: trunk/funcs/func_speex.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_speex.c?view=diff&rev=227237&r1=227236&r2=227237
==============================================================================
--- trunk/funcs/func_speex.c (original)
+++ trunk/funcs/func_speex.c Tue Nov  3 10:56:48 2009
@@ -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




More information about the svn-commits mailing list