Ignore:
Timestamp:
Oct 14, 2011 4:15:15 AM (13 years ago)
Author:
bennylp
Message:

Committing re #1388: Support for OpenCORE AMR-NB codec (thank you Dan Arrhenius for the contribution!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip-apps/src/samples/pcaputil.c

    r3588 r3816  
    306306#endif  /* PJMEDIA_HAS_L16_CODEC */ 
    307307 
     308#if PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 
     309    T( pjmedia_codec_opencore_amrnb_init(app.mept) ); 
     310#endif  /* PJMEDIA_HAS_L16_CODEC */ 
     311 
    308312#if PJMEDIA_HAS_INTEL_IPP 
    309313    T( pjmedia_codec_ipp_init(app.mept) ); 
Note: See TracChangeset for help on using the changeset viewer.