This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffmpeg: disable threading on mingw, it doesnt work due to dependance on internal code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer
13 years ago
parent
f91b635b52
commit
9ec5e956a2
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
ffmpeg.c
+ 3
- 1
ffmpeg.c
View File
@@ -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
Write
Preview
Loading…
Cancel
Save