From 9dcc6e5db1110d27f6a0de4a91d59e81a344e90b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 3 Oct 2017 19:34:06 +0200 Subject: [PATCH] scripts/build_mingw: switch to latest ffmpeg release build 3.3.3 --- scripts/build_mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_mingw b/scripts/build_mingw index a8e7e4a9..b0a0d5a4 100755 --- a/scripts/build_mingw +++ b/scripts/build_mingw @@ -14,7 +14,7 @@ python this_version.py -v VERSION=`python $PWD/this_version.py -v` FFMPEG_BUILDS_URL="https://ffmpeg.zeranoe.com/builds" -FFMPEG_DEFAULT="20170404-1229007" +FFMPEG_DEFAULT="3.3.3" # define some default CFLAGS DEF_CFLAGS="-Os -I/usr/share/mingw-w64" -- 2.11.0