aboutsummaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
Diffstat (limited to 'README.android')
-rw-r--r--README.android7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.android b/README.android
index e09b6cea..b34d4b29 100644
--- a/README.android
+++ b/README.android
@@ -1,2 +1,7 @@
-* current source is based on libopus 1.1 stable (http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz)
+* current source is based on libopus 1.1.2 stable (http://downloads.xiph.org/releases/opus/opus-1.1.2.tar.gz)
* 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.