On 24 July 2016 at 13:51, Nakai Yuta <[email protected]> wrote: > Hi > > Any short test case to reproduce? > > I've been told specifically that libs that don't use exceptions don't suffer from this, like x265. Rubberband does, though.
``` (open mingw64-shell) export CC=gcc #MINGW_PREFIX=/mingw64 git clone https://github.com/lachs0r/rubberband.git cd rubberband make -j4 PREFIX="$MINGW_PREFIX" install-static git clone https://git.ffmpeg.org/ffmpeg.git cd ffmpeg ./configure --enable-librubberband --pkg-config-flags=--static --arch=x86_64 \ --disable-everything --enable-filter=rubberband --enable-gpl make -j4 ``` Should error out in the end, linking ffmpeg.exe. ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
