Mercurial > mplayer.hg
diff configure @ 25943:5fe1bf7f1bfe
Disable v4l2 if pthreads are not available, fixes bug #1015.
author | diego |
---|---|
date | Sun, 10 Feb 2008 19:37:18 +0000 |
parents | b102c1f10728 |
children | 0a3b2b2cc1c3 |
line wrap: on
line diff
--- a/configure Sun Feb 10 16:49:24 2008 +0000 +++ b/configure Sun Feb 10 19:37:18 2008 +0000 @@ -3087,9 +3087,9 @@ _def_pthreads='#define HAVE_PTHREADS 1' _def_threads='#define HAVE_THREADS 1' else - _res_comment="v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled" + _res_comment="v4l, v4l2, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled" _def_pthreads='#undef HAVE_PTHREADS' - _nas=no ; _tv_v4l1=no ; _macosx=no + _nas=no ; _tv_v4l1=no ; _tv_v4l2=no ; _macosx=no mingw32 || _win32dll=no fi echores "$_pthreads"