Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
25942:8ec86aff8fab | 25943:5fe1bf7f1bfe |
---|---|
3085 if test "$_pthreads" = yes ; then | 3085 if test "$_pthreads" = yes ; then |
3086 _res_comment="using $_ld_pthread" | 3086 _res_comment="using $_ld_pthread" |
3087 _def_pthreads='#define HAVE_PTHREADS 1' | 3087 _def_pthreads='#define HAVE_PTHREADS 1' |
3088 _def_threads='#define HAVE_THREADS 1' | 3088 _def_threads='#define HAVE_THREADS 1' |
3089 else | 3089 else |
3090 _res_comment="v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled" | 3090 _res_comment="v4l, v4l2, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled" |
3091 _def_pthreads='#undef HAVE_PTHREADS' | 3091 _def_pthreads='#undef HAVE_PTHREADS' |
3092 _nas=no ; _tv_v4l1=no ; _macosx=no | 3092 _nas=no ; _tv_v4l1=no ; _tv_v4l2=no ; _macosx=no |
3093 mingw32 || _win32dll=no | 3093 mingw32 || _win32dll=no |
3094 fi | 3094 fi |
3095 echores "$_pthreads" | 3095 echores "$_pthreads" |
3096 | 3096 |
3097 echocheck "w32threads" | 3097 echocheck "w32threads" |