- Timestamp:
- Oct 14, 2011 4:15:15 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip-apps/src/samples/pjsip-perf.c
r3553 r3816 940 940 #if defined(PJMEDIA_HAS_G722_CODEC) && PJMEDIA_HAS_G722_CODEC!=0 941 941 pjmedia_codec_g722_init(app.med_endpt); 942 #endif 943 #if defined(PJMEDIA_HAS_OPENCORE_AMRNB_CODEC) && PJMEDIA_HAS_OPENCORE_AMRNB_CODEC!=0 944 pjmedia_codec_opencore_amrnb_init(app.med_endpt); 942 945 #endif 943 946
Note: See TracChangeset
for help on using the changeset viewer.