summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-02-20 21:13:43 +0100
committerMax Kellermann <max@musicpd.org>2017-02-20 21:13:43 +0100
commitf95bc85f91a92105c5e19d0ce56e940d6b346e1c (patch)
tree3f15c1e9ddd81081a3c8ff111a8e2a4fe9442082
parent401519531426abe6d4795bd84611f32400227498 (diff)
python/build/libs: upgrade FFmpeg to 3.2.4
-rw-r--r--python/build/libs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index 54f292578..d4b994655 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.2.2.tar.xz',
- '3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc',
+ 'http://ffmpeg.org/releases/ffmpeg-3.2.4.tar.xz',
+ '6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',