blob: 06fdc0ecc91438e651b3b4a7feeb9975a28202a4 [file] [log] [blame]
Felicia Lim0efcc2b2018-11-06 12:35:39 -08001* current source is based on libopus 1.3 (https://git.xiph.org/?p=opus.git;a=snapshot;h=83d5155f151ca47c9d6274ded1a7481f746b9a43;sf=tgz)
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.