android/build.py: add libopus
This commit is contained in:
parent
240a697f6c
commit
68f3015712
@ -236,6 +236,14 @@ thirdparty_libs = [
|
|||||||
['--disable-shared', '--enable-static'],
|
['--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(
|
AutotoolsProject(
|
||||||
'https://svn.xiph.org/releases/flac/flac-1.3.0.tar.xz',
|
'https://svn.xiph.org/releases/flac/flac-1.3.0.tar.xz',
|
||||||
'13b5c214cee8373464d3d65dee362cdd',
|
'13b5c214cee8373464d3d65dee362cdd',
|
||||||
|
Loading…
Reference in New Issue
Block a user