ffmpeg: disable threading on mingw, it doesnt work due to dependance on internal code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f91b635b52
commit
9ec5e956a2
1 changed files with 3 additions and 1 deletions
4
ffmpeg.c
4
ffmpeg.c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue