Changes between Version 2 and Version 3 of Using-OpenCORE-AMR-NB-WB-Codec
- Timestamp:
- Oct 9, 2013 8:37:37 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Using-OpenCORE-AMR-NB-WB-Codec
v2 v3 5 5 }}} 6 6 7 = Using OpenCORE AMR NB and WB Codec =7 = Using OpenCORE AMR NB and WB Codecs = 8 8 9 9 '''Table of Contents''' … … 117 117 1. The AMR-NB (and AMR-WB) codecs are now available ready to be used. 118 118 119 ==== Notes ==== 120 121 On MSVC, there may be linking error such as: 122 {{{ 123 unresolved external symbol ___chkstk referenced in function _coder 124 }}} 125 A possible solution is by manually appending {{{_chkstk.o}}} to {{{libvo-amrwbenc.a}}}: 126 {{{ 127 $ cd <path-to-libvo-amrwbenc.a> 128 $ ar x <path-to>/libgcc.a _chkstk.o 129 $ ar q libvo-amrwbenc.a _chkstk.o 130 }}} 131 119 132 [[BR]] 120 133 == Testing PJSIP For OpenCORE AMR Support ==