Changeset 5630 for pjproject/trunk/pjmedia/include/pjmedia-codec/config.h
- Timestamp:
- Jul 19, 2017 10:29:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-codec/config.h
r5624 r5630 470 470 #endif 471 471 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 472 483 /** 473 484 * Specify if FFMPEG codecs are available.
Note: See TracChangeset
for help on using the changeset viewer.