android/build.py: upgrade libogg to 1.3.2

This commit is contained in:
Max Kellermann 2014-06-21 11:36:31 +02:00
parent fe50481f7b
commit 267faa3851
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@ class FfmpegProject(Project):
# a list of third-party libraries to be used by MPD on Android
thirdparty_libs = [
AutotoolsProject(
'http://downloads.xiph.org/releases/ogg/libogg-1.3.1.tar.xz',
'ca25d8da0ddfc8c6cbbf78d847a209fe',
'http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz',
'5c3a34309d8b98640827e5d0991a4015',
'lib/libogg.a',
['--disable-shared', '--enable-static'],
),