From 10076f5f09747ae5a1a2984b5a7c6423c3f72480 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sat, 27 Oct 2018 00:45:48 -0400 Subject: [PATCH] chore(windows): bump FFmpeg version to the latest (4.0.2) --- windows/cross-compile/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/cross-compile/build.sh b/windows/cross-compile/build.sh index e8ae2379c..dfe9e3868 100644 --- a/windows/cross-compile/build.sh +++ b/windows/cross-compile/build.sh @@ -430,8 +430,8 @@ fi # FFmpeg FFMPEG_PREFIX_DIR="$DEP_DIR/libffmpeg" -FFMPEG_VERSION=4.0.1 -FFMPEG_HASH="605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee" +FFMPEG_VERSION=4.0.2 +FFMPEG_HASH="a95c0cc9eb990e94031d2183f2e6e444cc61c99f6f182d1575c433d62afb2f97" FFMPEG_FILENAME="ffmpeg-$FFMPEG_VERSION.tar.xz" if [ ! -f "$FFMPEG_PREFIX_DIR/done" ] then