From 5148ca89d2419761b9fd93a93876b637c3dd87f9 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 15 Mar 2009 09:17:42 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3