Changes between Version 3 and Version 4 of Ticket #1904


Ignore:
Timestamp:
Aug 18, 2016 9:49:12 AM (8 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1904 – Description

    v3 v4  
    1010      - make a new folder called {{{opus-dev-lib}}} and create subfolders: {{{include/opus}}} and {{{lib}}} in it 
    1111      - copy Opus header files from {{{[OPUS_ROOT_DIR]/include}}} to {{{opus-dev-lib/include/opus}}} and {{{libopus.a}}} file from {{{[OPUS_ROOT_DIR]/obj/local/armeabi}}} to {{{opus-dev-lib/lib}}} 
     12   1. For GNU build system, e.g: *nix, Linux, MacOS, just invoke {{{./configure}}}, {{{make}}}, and {{{make install}}}. 
     13   1. For Windows: 
     14      - use GNU build tools such as MinGW, or 
     15      - use VS solution & projects provided by Opus (usually in {{{win32}}} dir), then modify the following line in the end of {{{pjmedia/src/pjmedia-codec/opus.c}}} appropriately: 
     16        {{{ 
     17 #   pragma comment(lib, "libopus.a") 
     18        }}} 
     19 
    12201. Run PJSIP's {{{configure}}} script with the option {{{--with-opus=your_opus_installation_dir}}}. For example on Android platform: 
    1321   {{{