Ignore:
Timestamp:
May 27, 2008 12:24:26 AM (16 years ago)
Author:
nanang
Message:

Changed build optimizations settings for Speex, pjmedia, and symbian_sound for Symbian. Speex/8000 now also runs on Symbian!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec/config.h

    r1870 r1965  
    5252#endif 
    5353 
     54/** 
     55 * Speex codec default complexity setting. 
     56 */ 
     57#ifndef PJMEDIA_CODEC_SPEEX_DEFAULT_COMPLEXITY 
     58#   define PJMEDIA_CODEC_SPEEX_DEFAULT_COMPLEXITY   2 
     59#endif 
     60 
     61/** 
     62 * Speex codec default quality setting. 
     63 */ 
     64#ifndef PJMEDIA_CODEC_SPEEX_DEFAULT_QUALITY 
     65#   define PJMEDIA_CODEC_SPEEX_DEFAULT_QUALITY      5 
     66#endif 
     67 
    5468 
    5569/** 
Note: See TracChangeset for help on using the changeset viewer.