summaryrefslogtreecommitdiff
path: root/codecs/codec_speex.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/codec_speex.c')
-rw-r--r--codecs/codec_speex.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c
index d298f2379..72e948057 100644
--- a/codecs/codec_speex.c
+++ b/codecs/codec_speex.c
@@ -26,7 +26,7 @@
*
* \ingroup codecs
*
- * \extref The Speex library - http://www.speex.org
+ * The Speex library - http://www.speex.org
*
*/
@@ -44,7 +44,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <speex/speex.h>
/* We require a post 1.1.8 version of Speex to enable preprocessing
- and better type handling */
+ * and better type handling
+ */
#ifdef _SPEEX_TYPES_H
#include <speex/speex_preprocess.h>
#endif