Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/configure Mon Feb 28 14:47:17 2011 +0000 +++ b/configure Mon Feb 28 17:51:02 2011 +0000 @@ -3598,7 +3598,7 @@ extra_cflags="$extra_cflags $THREAD_CFLAGS" else res_comment="v4l, v4l2, ao_nas, win32 loader disabled" - def_pthreads='#undef HAVE_PTHREADS' + def_pthreads='#define HAVE_PTHREADS 0' _nas=no ; _tv_v4l1=no ; _tv_v4l2=no mingw32 || _win32dll=no fi