Ignore:
Timestamp:
Mar 4, 2006 8:43:52 PM (18 years ago)
Author:
bennylp
Message:

Added Speex for narrowband, wideband, and ultra-wideband!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/pjmedia-codec-lib.c

    r198 r278  
    2222#include <pjmedia-codec/config.h> 
    2323#include <pjmedia-codec/gsm.h> 
     24#include <pjmedia-codec/speex.h> 
    2425 
    2526 
     
    3435#if PJMEDIA_CODEC_HAS_GSM 
    3536    { &pjmedia_codec_gsm_init, &pjmedia_codec_gsm_deinit}, 
     37#endif 
     38 
     39#if PJMEDIA_CODEC_HAS_SPEEX 
     40    { &pjmedia_codec_speex_init_default, &pjmedia_codec_speex_deinit}, 
    3641#endif 
    3742 
Note: See TracChangeset for help on using the changeset viewer.