shithub: aubio

Download patch

ref: 9dcc6e5db1110d27f6a0de4a91d59e81a344e90b
parent: a60f790b4adbaa7dc43288df401ac23ebc010d97
author: Paul Brossier <piem@piem.org>
date: Tue Oct 3 15:34:06 EDT 2017

scripts/build_mingw: switch to latest ffmpeg release build 3.3.3

--- a/scripts/build_mingw
+++ b/scripts/build_mingw
@@ -14,7 +14,7 @@
 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"