aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-06-21 11:38:43 +0200
committerMax Kellermann <max@duempel.org>2014-06-21 11:38:43 +0200
commit0fbcf64108cf953f80892306e25f888294b60edb (patch)
tree0e9bbdb1ebc330d7b6cd439ca80b9980fd657d71 /android
parent267faa3851c30649bb5a43a6b91ebc370d127380 (diff)
downloadmpd-0fbcf64108cf953f80892306e25f888294b60edb.tar.gz
mpd-0fbcf64108cf953f80892306e25f888294b60edb.tar.xz
mpd-0fbcf64108cf953f80892306e25f888294b60edb.zip
android/build.py: upgrade ffmpeg to 2.2.3
Diffstat (limited to 'android')
-rwxr-xr-xandroid/build.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/build.py b/android/build.py
index a339bbbd5..9471b76b0 100755
--- a/android/build.py
+++ b/android/build.py
@@ -314,13 +314,14 @@ thirdparty_libs = [
),
FfmpegProject(
- 'http://www.ffmpeg.org/releases/ffmpeg-2.1.4.tar.bz2',
- 'dedc28003a77c69432c42ab16e5f6982',
+ 'http://www.ffmpeg.org/releases/ffmpeg-2.2.3.tar.bz2',
+ 'dbb5b6b69bd010916f17df0ae596e0b1',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',
'--enable-gpl',
'--enable-small',
+ '--disable-pthreads',
'--disable-runtime-cpudetect',
'--disable-programs',
'--disable-doc',