aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xandroid/build.py4
-rwxr-xr-xwin32/build.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/android/build.py b/android/build.py
index 28bd17ba3..9dbc3cd67 100755
--- a/android/build.py
+++ b/android/build.py
@@ -347,8 +347,8 @@ thirdparty_libs = [
),
FfmpegProject(
- 'http://ffmpeg.org/releases/ffmpeg-2.8.1.tar.xz',
- '5af71aec0c8f99a018b02061acbe7f90',
+ 'http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.xz',
+ '5041ffe661392b0685d2248114791fde',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',
diff --git a/win32/build.py b/win32/build.py
index 21d02b95f..4f7b08a13 100755
--- a/win32/build.py
+++ b/win32/build.py
@@ -321,8 +321,8 @@ thirdparty_libs = [
),
FfmpegProject(
- 'http://ffmpeg.org/releases/ffmpeg-2.8.1.tar.xz',
- '5af71aec0c8f99a018b02061acbe7f90',
+ 'http://ffmpeg.org/releases/ffmpeg-2.8.2.tar.xz',
+ '5041ffe661392b0685d2248114791fde',
'lib/libavcodec.a',
[
'--disable-shared', '--enable-static',