summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-08-02 19:20:06 +0200
committerMax Kellermann <max@duempel.org>2016-08-02 19:20:06 +0200
commitef3494f16060d665c3b9bbe4fccdec8c9220e3fa (patch)
treed046dce85dfcd0e8ac95d6aaf32ebc0a93df468e /python
parent2dc6c4a4964c518a7b228b684dda12848053d093 (diff)
python/libs: upgrade FFmpeg to 3.1.1
Diffstat (limited to 'python')
-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 b294165ce..c240c4fed 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.0.2.tar.xz',
- 'beb5c69c671aba1386e7156fc2af1ab6',
+ 'http://ffmpeg.org/releases/ffmpeg-3.1.1.tar.xz',
+ '4ba7033da5d9ac4d0391516c7e5d97e4',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',