diff --git a/ffmpeg.c b/ffmpeg.c index c779cea5c9..e7db67a93d 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -90,7 +90,9 @@ #if HAVE_PTHREADS #include #else -#include "libavcodec/w32pthreads.h" +//#include "libavcodec/w32pthreads.h" +#undef HAVE_THREADS +#define HAVE_THREADS 0 #endif #endif