From 2366a9a4ae5efcdadbd90acbd2885d86bd34720d Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 4 Mar 2006 20:43:52 +0000 Subject: Added Speex for narrowband, wideband, and ultra-wideband!! git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@278 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/include/pjmedia-codec/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pjmedia/include/pjmedia-codec/config.h') diff --git a/pjmedia/include/pjmedia-codec/config.h b/pjmedia/include/pjmedia-codec/config.h index 4c2bce2d..9b93c5a1 100644 --- a/pjmedia/include/pjmedia-codec/config.h +++ b/pjmedia/include/pjmedia-codec/config.h @@ -30,5 +30,13 @@ #endif +/* + * Include Speex codec? + */ +#ifndef PJMEDIA_CODEC_HAS_SPEEX +# define PJMEDIA_CODEC_HAS_SPEEX 1 +#endif + + #endif /* __PJMEDIA_CODEC_CONFIG_H__ */ -- cgit v1.2.3