Commit 9ec5e956 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: disable threading on mingw, it doesnt work due to dependance on internal code.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f91b635b
......@@ -90,7 +90,9 @@
#if HAVE_PTHREADS
#include <pthread.h>
#else
#include "libavcodec/w32pthreads.h"
//#include "libavcodec/w32pthreads.h"
#undef HAVE_THREADS
#define HAVE_THREADS 0
#endif
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment