Felicia Lim | 0efcc2b | 2018-11-06 12:35:39 -0800 | [diff] [blame] | 1 | * current source is based on libopus 1.3 (https://git.xiph.org/?p=opus.git;a=snapshot;h=83d5155f151ca47c9d6274ded1a7481f746b9a43;sf=tgz) |
Vignesh Venkatasubramanian | 2bd8b54 | 2014-02-20 10:50:35 -0800 | [diff] [blame] | 2 | * libopus is BSD-licensed - http://www.opus-codec.org/license/ |
flim | c91ee5b | 2016-01-26 14:33:44 +0100 | [diff] [blame] | 3 | |
| 4 | Updating: |
| 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. |