android/build.py: add libopus

This commit is contained in:
Max Kellermann 2014-02-22 13:35:47 +01:00
parent 240a697f6c
commit 68f3015712
1 changed files with 8 additions and 0 deletions

View File

@ -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',