summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-10 19:37:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-10 19:37:18 +0000
commit1726ba9e05e1e173a24798889ad5d9746666fe1e (patch)
tree991f329c3dc33b45149988dc07a820266786b823 /configure
parent2272b20c3d5d4cfdc859ed236f93a8ebe970d359 (diff)
downloadmpv-1726ba9e05e1e173a24798889ad5d9746666fe1e.tar.bz2
mpv-1726ba9e05e1e173a24798889ad5d9746666fe1e.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d65376396d..cd33497fb8 100755
--- a/configure
+++ b/configure
@@ -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"