changeset 28917:b9eb28b3f74a

HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg. patch by Dave Yeo, dave.r.yeo gmail com
author diego
date Sun, 15 Mar 2009 09:17:42 +0000
parents 3c23b005eb98
children 0fc1194ec544
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Mar 14 20:58:18 2009 +0000
+++ b/configure	Sun Mar 15 09:17:42 2009 +0000
@@ -3280,7 +3280,7 @@
 echores "$_dynamic_plugins"
 
 
-def_threads='#undef HAVE_THREADS'
+def_threads='#define HAVE_THREADS 0'
 
 echocheck "pthread"
 if test "$_pthreads" = auto ; then