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 <jamr...@gmail.com>
> ---
>  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_cpp_condition winrt windows.h 
> "!WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_D
>  if ! disabled w32threads && ! enabled pthreads; then
>      check_func_headers "windows.h process.h" _beginthreadex &&
>          check_type "windows.h" CONDITION_VARIABLE &&
> +        check_type "windows.h" INIT_ONCE &&
>          enable w32threads || disable w32threads
>      if ! enabled w32threads && enabled winrt; then
>          check_func_headers "windows.h" CreateThread &&
> 

Pushed.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to