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
commit
9ec5e956a2
1 changed files with 3 additions and 1 deletions
  1. +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



Loading…
Cancel
Save