Ignore:
Timestamp:
Jul 19, 2017 10:29:10 AM (7 years ago)
Author:
riza
Message:

Re #2029: Support for G.729 backend implementation from bcg729.

File:
1 edited

Legend:

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

    r5624 r5630  
    470470#endif 
    471471 
     472 
     473/** 
     474 * Enable G.729 codec using BCG729 backend. 
     475 * 
     476 * Default: 0  
     477 */ 
     478#ifndef PJMEDIA_HAS_BCG729 
     479#   define PJMEDIA_HAS_BCG729                           0 
     480#endif 
     481 
     482 
    472483/** 
    473484 * Specify if FFMPEG codecs are available. 
Note: See TracChangeset for help on using the changeset viewer.