>
> >> +        if (pthread_create(&ti->thread, NULL, executor_worker_task,
> ti))
>
> executor_worker_task() doesn't exist if !HAVE_THREADS, so like i said
> above, wrap this for loop.
>
Not needed since pthread_create is defined to 0

>
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to