summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 09:17:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 09:17:42 +0000
commit5148ca89d2419761b9fd93a93876b637c3dd87f9 (patch)
tree0041867cdc67969d64aac424c4de3b0eb28a429f
parent642162c07460e439d1d81cda4643dc028ed238e0 (diff)
downloadmpv-5148ca89d2419761b9fd93a93876b637c3dd87f9.tar.bz2
mpv-5148ca89d2419761b9fd93a93876b637c3dd87f9.tar.xz
HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.
patch by Dave Yeo, dave.r.yeo gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28952 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c3b6fe0925..61a479101e 100755
--- a/configure
+++ b/configure
@@ -3280,7 +3280,7 @@ fi
echores "$_dynamic_plugins"
-def_threads='#undef HAVE_THREADS'
+def_threads='#define HAVE_THREADS 0'
echocheck "pthread"
if test "$_pthreads" = auto ; then