summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-12-16 00:07:16 +0100
committerMax Kellermann <max@duempel.org>2015-12-16 00:07:21 +0100
commitb46a27c554e1266c81139bc0da7e95192cc133be (patch)
tree590ea79119107398576447d30fa18e742ab2986c /python
parent13bc15c05dab1878daa0c480d3bc34fb789e49fd (diff)
python/libs: upgrade FFmpeg to 2.8.3
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 3dc5ba868..2304bd095 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -58,8 +58,8 @@ libmad = AutotoolsProject(
)
ffmpeg = FfmpegProject(
- 'http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.xz',
- '5041ffe661392b0685d2248114791fde',
+ 'http://ffmpeg.org/releases/ffmpeg-2.8.3.tar.xz',
+ '2af2723dd53364ac0635efd20cf6e34e',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',