aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-28 20:24:53 +0100
committerMax Kellermann <max@duempel.org>2014-11-28 21:08:27 +0100
commit8780e23ed32b7bd90663f62fb6a2b68e00983bcb (patch)
tree023c865a16db9b760de1dad91fd54acb48b959ae /android
parentbe492ed108ca4ed11ec6334fb001e089d4bef116 (diff)
downloadmpd-8780e23ed32b7bd90663f62fb6a2b68e00983bcb.tar.gz
mpd-8780e23ed32b7bd90663f62fb6a2b68e00983bcb.tar.xz
mpd-8780e23ed32b7bd90663f62fb6a2b68e00983bcb.zip
android/build.py: update ffmpeg 2.4.3, curl 7.39
Diffstat (limited to 'android')
-rwxr-xr-xandroid/build.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/build.py b/android/build.py
index c9430b356..67f8bcb3b 100755
--- a/android/build.py
+++ b/android/build.py
@@ -341,8 +341,8 @@ thirdparty_libs = [
),
FfmpegProject(
- 'http://www.ffmpeg.org/releases/ffmpeg-2.2.3.tar.bz2',
- 'dbb5b6b69bd010916f17df0ae596e0b1',
+ 'http://ffmpeg.org/releases/ffmpeg-2.4.3.tar.bz2',
+ '8da635baff57d7ab704b1daca5a99b47',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',
@@ -366,8 +366,8 @@ thirdparty_libs = [
),
AutotoolsProject(
- 'http://curl.haxx.se/download/curl-7.37.0.tar.lzma',
- '54bfd1eb5214f604186d6f5ac61c7781',
+ 'http://curl.haxx.se/download/curl-7.39.0.tar.lzma',
+ 'e9aa6dec29920eba8ef706ea5823bad7',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',