summaryrefslogtreecommitdiff
path: root/python/build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-11-04 14:26:05 +0100
committerMax Kellermann <max@musicpd.org>2019-11-04 14:26:05 +0100
commitf8403a1d290ca888dbefc3a3aa7f0b4886d40c13 (patch)
tree4add1bf49f76b7d89d3c9301e7456c2287ab04fe /python/build
parentebb952c4ad101e9e62dcb08e6ec3a5706ec11263 (diff)
python/build/libs: update FFmpeg to 4.2.1
Diffstat (limited to 'python/build')
-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 bf45eb573..c24897165 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -112,8 +112,8 @@ liblame = AutotoolsProject(
)
ffmpeg = FfmpegProject(
- 'http://ffmpeg.org/releases/ffmpeg-4.2.tar.xz',
- '023f10831a97ad93d798f53a3640e55cd564abfeba807ecbe8524dac4fedecd5',
+ 'http://ffmpeg.org/releases/ffmpeg-4.2.1.tar.xz',
+ 'cec7c87e9b60d174509e263ac4011b522385fd0775292e1670ecc1180c9bb6d4',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',