From 68f30157124ef62f0c5d1aebbaee6853f699f87b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 22 Feb 2014 13:35:47 +0100 Subject: android/build.py: add libopus --- android/build.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'android/build.py') diff --git a/android/build.py b/android/build.py index 6a9b89799..110f08aab 100755 --- a/android/build.py +++ b/android/build.py @@ -236,6 +236,14 @@ thirdparty_libs = [ ['--disable-shared', '--enable-static'], ), + AutotoolsProject( + 'http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz', + 'c5a8cf7c0b066759542bc4ca46817ac6', + 'lib/libopus.a', + ['--disable-shared', '--enable-static'], + use_clang=True, + ), + AutotoolsProject( 'https://svn.xiph.org/releases/flac/flac-1.3.0.tar.xz', '13b5c214cee8373464d3d65dee362cdd', -- cgit v1.2.3