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
This commit is contained in:
diego 2009-03-15 09:17:42 +00:00
parent 642162c074
commit 5148ca89d2
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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