diff options
author | Max Kellermann <max@musicpd.org> | 2019-04-03 11:34:32 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-03 11:34:32 +0200 |
commit | fef839e2a9a66f8cd8d2ae103b1dbd7aa11a5136 (patch) | |
tree | c73803d9d27bdfc251a6e1d1b744c5944ca019fe /python | |
parent | 9776e43bbe6066ba38d6321e07e86c3f7e2b41ba (diff) |
python/build/libs.py: upgrade FFmpeg to 4.1.3
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 8fc1f2258..e7f1ad9af 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.1.1.tar.xz', - '373749824dfd334d84e55dff406729edfd1606575ee44dd485d97d45ea4d2d86', + 'http://ffmpeg.org/releases/ffmpeg-4.1.3.tar.xz', + '0c3020452880581a8face91595b239198078645e7d7184273b8bcc7758beb63d', 'lib/libavcodec.a', [ '--disable-shared', '--enable-static', |