blob: b34d4b2959b7764aff63c49ac55e369078444283 [file] [log] [blame]
flimc91ee5b2016-01-26 14:33:44 +01001* current source is based on libopus 1.1.2 stable (http://downloads.xiph.org/releases/opus/opus-1.1.2.tar.gz)
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -08002* libopus is BSD-licensed - http://www.opus-codec.org/license/
flimc91ee5b2016-01-26 14:33:44 +01003
4Updating:
5* Run "convert_android_asm.sh" from the root of the library (external/libopus).
6 This uses 'arm2gnu.pl' included in libopus to convert ARM ASM files to GNU ASM
7 files for building under the Android NDK.