[MPlayer-cvslog] r25975 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Feb 10 20:37:18 CET 2008
Author: diego
Date: Sun Feb 10 20:37:18 2008
New Revision: 25975
Log:
Disable v4l2 if pthreads are not available, fixes bug #1015.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Feb 10 20:37:18 2008
@@ -3087,9 +3087,9 @@ if test "$_pthreads" = yes ; then
_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"
More information about the MPlayer-cvslog
mailing list