Ignore:
Timestamp:
Aug 18, 2010 3:57:36 AM (14 years ago)
Author:
bennylp
Message:

Misc (re #1110): modified config_site_sample.h to enable CoreAudio?'s iLBC codec by default for iPhone target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config_site_sample.h

    r3258 r3279  
    320320    /* Disable some codecs */ 
    321321    #define PJMEDIA_HAS_L16_CODEC               0 
    322     #define PJMEDIA_HAS_ILBC_CODEC              0 
    323322    #define PJMEDIA_HAS_G722_CODEC              0 
     323 
     324    /* Use the built-in CoreAudio's iLBC codec (yay!) */ 
     325    #define PJMEDIA_HAS_ILBC_CODEC              1 
     326    #define PJMEDIA_ILBC_CODEC_USE_COREAUDIO    1 
    324327 
    325328    /* Fine tune Speex's default settings for best performance/quality */ 
Note: See TracChangeset for help on using the changeset viewer.