Re: [FFmpeg-devel] [PATCH] configure: check for INIT_ONCE before enabling w32threads

2018-04-10 Thread James Almer
On 4/8/2018 2:00 PM, James Almer wrote: > Should fix compilation wiht some old mingw-w64 builds that > don't seem to define it. > > Signed-off-by: James Almer > --- > configure | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure b/configure > index 08d6fc5983..3bae584ab0 100755 >

[FFmpeg-devel] [PATCH] configure: check for INIT_ONCE before enabling w32threads

2018-04-08 Thread James Almer
Should fix compilation wiht some old mingw-w64 builds that don't seem to define it. Signed-off-by: James Almer --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 08d6fc5983..3bae584ab0 100755 --- a/configure +++ b/configure @@ -5883,6 +5883,7 @@ check_c