Ignore:
Timestamp:
Jan 23, 2013 6:18:18 AM (11 years ago)
Author:
ming
Message:

Re #1608: Add support for OpenCORE AMR-WB

File:
1 edited

Legend:

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

    r4264 r4331  
    324324 
    325325/** 
     326 * Enable OpenCORE AMR-WB codec. 
     327 * See https://trac.pjsip.org/repos/ticket/1608 for some info. 
     328 * 
     329 * Default: 0 
     330 */ 
     331#ifndef PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 
     332#   define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC     0 
     333#endif 
     334 
     335/** 
    326336 * Link with libopencore-amrXX via pragma comment on Visual Studio. 
    327  * This option only makes sense if PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 
     337 * This option only makes sense if PJMEDIA_HAS_OPENCORE_AMRNB/WB_CODEC 
    328338 * is enabled. 
    329339 * 
     
    336346/** 
    337347 * Link with libopencore-amrXX.a that has been produced with gcc. 
    338  * This option only makes sense if PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 
     348 * This option only makes sense if PJMEDIA_HAS_OPENCORE_AMRNB/WB_CODEC 
    339349 * and PJMEDIA_AUTO_LINK_OPENCORE_AMR_LIBS are enabled. 
    340350 * 
Note: See TracChangeset for help on using the changeset viewer.