1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

Disable v4l2 if pthreads are not available, fixes bug #1015.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25975 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-02-10 19:37:18 +00:00
parent 2272b20c3d
commit 1726ba9e05

4
configure vendored
View File

@ -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"