You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
416 B

* current source is based on libopus 1.3 (https://git.xiph.org/?p=opus.git;a=snapshot;h=83d5155f151ca47c9d6274ded1a7481f746b9a43;sf=tgz)
* libopus is BSD-licensed - http://www.opus-codec.org/license/
Updating:
* Run "convert_android_asm.sh" from the root of the library (external/libopus).
This uses 'arm2gnu.pl' included in libopus to convert ARM ASM files to GNU ASM
files for building under the Android NDK.