shithub: aubio

Download patch

ref: d609841589f8bd82c5809963bb63e6ab435bc13b
parent: 6709422b56ab96ecc4f1dcf9c1bb3c06d04d4ade
author: Paul Brossier <piem@piem.org>
date: Fri Apr 7 11:44:51 EDT 2017

scripts/build_mingw: update to latest ffmpeg build

--- 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="20170315-6c4665d"
+FFMPEG_DEFAULT="20170404-1229007"
 
 # define some default CFLAGS
 DEF_CFLAGS="-Os -I/usr/share/mingw-w64"