diff options
author | Max Kellermann <max@duempel.org> | 2015-05-05 12:08:35 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-05-05 12:08:35 +0200 |
commit | 403aa8c5a17d1106c3e1531adf2b6e460ea056ed (patch) | |
tree | a5c380f35cfbf4d9afcaa600dc7495df885a8b07 /win32/build.py | |
parent | cd1148c6aa472ad829217a444a9af2443a4118b0 (diff) | |
download | mpd-403aa8c5a17d1106c3e1531adf2b6e460ea056ed.tar.gz mpd-403aa8c5a17d1106c3e1531adf2b6e460ea056ed.tar.xz mpd-403aa8c5a17d1106c3e1531adf2b6e460ea056ed.zip |
{android,win32}/build.py: upgrade libvorbis, FFmpeg, CURL
Diffstat (limited to 'win32/build.py')
-rwxr-xr-x | win32/build.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win32/build.py b/win32/build.py index 8e97564bc..104b53fc6 100755 --- a/win32/build.py +++ b/win32/build.py @@ -276,8 +276,8 @@ thirdparty_libs = [ ), AutotoolsProject( - 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.xz', - '55f2288055e44754275a17c9a2497391', + 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz', + '28cb28097c07a735d6af56e598e1c90f', 'lib/libvorbis.a', ['--disable-shared', '--enable-static'], ), @@ -314,8 +314,8 @@ thirdparty_libs = [ ), FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-2.5.tar.bz2', - '4346fe710cc6bdd981f6534d2420d1ab', + 'http://ffmpeg.org/releases/ffmpeg-2.6.2.tar.bz2', + 'e75d598921285d6775f20164a91936ac', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', @@ -338,8 +338,8 @@ thirdparty_libs = [ ), AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.39.0.tar.lzma', - 'e9aa6dec29920eba8ef706ea5823bad7', + 'http://curl.haxx.se/download/curl-7.42.1.tar.lzma', + 'f1e460020a99da039b153e4bf0cd8600', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |