diff options
author | Max Kellermann <max@musicpd.org> | 2017-05-16 07:27:08 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-05-16 07:27:08 +0200 |
commit | 50e86340978dfe2075b678c9f241b29518bb67ad (patch) | |
tree | 8b9623f2086605f503271e8d3914781a681c030d /python | |
parent | e3994e517ebfe1623a2441f1976b5bc4e5d9a57b (diff) |
python/build/libs: upgrade FFmpeg to 3.3.1
Diffstat (limited to 'python')
-rw-r--r-- | python/build/libs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index 7db98bed4..caf922ffb 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -58,8 +58,8 @@ libmad = AutotoolsProject( ) ffmpeg = FfmpegProject( - 'http://ffmpeg.org/releases/ffmpeg-3.3.tar.xz', - '599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d', + 'http://ffmpeg.org/releases/ffmpeg-3.3.1.tar.xz', + 'b702a7fc656ac23e276b8c823a2f646e4e6f6309bb2788435a708e69bea98f2f', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |