summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ffmpeg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index c779cea..e7db67a 100644
--- a/ffmpeg.c
+++ b/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
OpenPOWER on IntegriCloud