Changes between Version 1 and Version 2 of Using-OpenCORE-AMR-NB-WB-Codec
- Timestamp:
- Oct 9, 2013 8:35:49 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Using-OpenCORE-AMR-NB-WB-Codec
v1 v2 32 32 $ ./configure --prefix=/home/foo 33 33 }}} 34 1. Or if you're building for BB10, then download {{{generic-configure-bb10}}} script in the attachment in the bottom of this page, copy it to the opencore-amr directory, and use it instead. Make sure BB10 environment variables have been set as per BB10 instructions. 35 {{{ 36 $ chmod +x generic-configure-bb10 37 $ ./generic-configure-bb10 --prefix=/home/foo 38 }}} 34 39 1. Build and install: 35 40 {{{ … … 49 54 {{{ 50 55 $ ./configure --prefix=/home/foo 56 }}} 57 1. Again if you're building for BB10, then download {{{generic-configure-bb10}}} script in the attachment in the bottom of this page, copy it to the opencore-amr directory, and use it instead: 58 {{{ 59 $ chmod +x generic-configure-bb10 60 $ ./generic-configure-bb10 --prefix=/home/foo 51 61 }}} 52 62 1. Build and install: … … 70 80 {{{ 71 81 $ ./configure --with-opencore-amr=/home/foo 82 }}} 83 1. Or if you're building for BB10, then use {{{configure-bb10}}} instead. See [wiki:Getting-Started/BB10 BB10 Getting Started] instructions for the complete instructions on how to build PJSIP for BB10: 84 {{{ 85 $ ./configure-bb10 --with-opencore-amr=/home/foo 72 86 }}} 73 87 1. Check the output of {{{configure}}} command, make sure that the codecs are detected: