scripts/build_mingw: switch to latest ffmpeg release build 3.3.3
authorPaul Brossier <piem@piem.org>
Tue, 3 Oct 2017 17:34:06 +0000 (19:34 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 3 Oct 2017 17:34:06 +0000 (19:34 +0200)
scripts/build_mingw

index a8e7e4a..b0a0d5a 100755 (executable)
@@ -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"