summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-04 00:48:43 +0100
committerwm4 <wm4@nowhere>2013-11-04 00:48:43 +0100
commit3a831b2c016944c1f976d07c5ee9002c6250d9ac (patch)
tree07dd66657dd09b7a61669482ce00f41f1789539b
parent00de1320b0c94d29bfcb211836aa5d192ba09f70 (diff)
downloadmpv-3a831b2c016944c1f976d07c5ee9002c6250d9ac.tar.bz2
mpv-3a831b2c016944c1f976d07c5ee9002c6250d9ac.tar.xz
fix HAVE_PTHREADS being undefined on windows
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index fd76f5d1ad..5e23960e44 100755
--- a/configure
+++ b/configure
@@ -1285,6 +1285,7 @@ echores "$_dl"
echocheck "pthread"
+def_pthreads='#define HAVE_PTHREADS 0'
if linux ; then
THREAD_CFLAGS=-D_REENTRANT
elif freebsd || netbsd || openbsd ; then