|
From: Ricardo C. <wi...@gm...> - 2016-07-24 13:39:22
|
On 24 July 2016 at 13:51, Nakai Yuta <na...@li...> 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. |