blob: bcee085d3d3defb87a2e210d9e980e23ef40a2e4 [file] [log] [blame]
Felicia Lim0c2090c2017-07-05 17:36:56 -07001* current source is based on libopus 1.2.1 (https://git.xiph.org/?p=opus.git;a=snapshot;h=defbc370ec764d3d0dc43c45911e455b5e483b30;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.