comparison configure @ 32901:d5c110e49682

Fix compilation when pthreads are not available.
author reimar
date Mon, 28 Feb 2011 17:51:02 +0000
parents b5f21d533644
children 39d7be48ee84
comparison
equal deleted inserted replaced
32900:1481268ccd30 32901:d5c110e49682
3596 def_pthreads='#define HAVE_PTHREADS 1' 3596 def_pthreads='#define HAVE_PTHREADS 1'
3597 def_threads='#define HAVE_THREADS 1' 3597 def_threads='#define HAVE_THREADS 1'
3598 extra_cflags="$extra_cflags $THREAD_CFLAGS" 3598 extra_cflags="$extra_cflags $THREAD_CFLAGS"
3599 else 3599 else
3600 res_comment="v4l, v4l2, ao_nas, win32 loader disabled" 3600 res_comment="v4l, v4l2, ao_nas, win32 loader disabled"
3601 def_pthreads='#undef HAVE_PTHREADS' 3601 def_pthreads='#define HAVE_PTHREADS 0'
3602 _nas=no ; _tv_v4l1=no ; _tv_v4l2=no 3602 _nas=no ; _tv_v4l1=no ; _tv_v4l2=no
3603 mingw32 || _win32dll=no 3603 mingw32 || _win32dll=no
3604 fi 3604 fi
3605 echores "$_pthreads" 3605 echores "$_pthreads"
3606 3606