[FFmpeg-devel] [PATCH] vp9: fix compilation with threading disabled.
Ronald S. Bultje
rsbultje at gmail.com
Sun Sep 10 06:25:52 EEST 2017
Hi,
On Sat, Sep 9, 2017 at 2:26 PM, Michael Niedermayer <michael at niedermayer.cc>
wrote:
> On Sat, Sep 09, 2017 at 12:13:01PM -0400, Ronald S. Bultje wrote:
> > ---
> > libavcodec/vp9.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> works
>
> thanks
Doesn't actually work for me, for some reason --disable-pthreads also
removes the #include <pthread.h>, causing pthread_*_t to not be defined.
New patch (little more invasive, sadly) sent that works for me after some
testing...
Ronald
More information about the ffmpeg-devel
mailing list