Mercurial > mplayer.hg
comparison configure @ 26210:c5a06bc58309
Do not disable all Mac OS X support when pthreads are unavailable.
author | diego |
---|---|
date | Sat, 15 Mar 2008 09:20:41 +0000 |
parents | 36ba5069e6f4 |
children | 876d2f3f71f9 |
comparison
equal
deleted
inserted
replaced
26209:36ba5069e6f4 | 26210:c5a06bc58309 |
---|---|
3103 if test "$_pthreads" = yes ; then | 3103 if test "$_pthreads" = yes ; then |
3104 _res_comment="using $_ld_pthread" | 3104 _res_comment="using $_ld_pthread" |
3105 _def_pthreads='#define HAVE_PTHREADS 1' | 3105 _def_pthreads='#define HAVE_PTHREADS 1' |
3106 _def_threads='#define HAVE_THREADS 1' | 3106 _def_threads='#define HAVE_THREADS 1' |
3107 else | 3107 else |
3108 _res_comment="v4l, v4l2, ao_nas, ao_macosx, win32 loader disabled" | 3108 _res_comment="v4l, v4l2, ao_nas, win32 loader disabled" |
3109 _def_pthreads='#undef HAVE_PTHREADS' | 3109 _def_pthreads='#undef HAVE_PTHREADS' |
3110 _nas=no ; _tv_v4l1=no ; _tv_v4l2=no ; _macosx=no | 3110 _nas=no ; _tv_v4l1=no ; _tv_v4l2=no |
3111 mingw32 || _win32dll=no | 3111 mingw32 || _win32dll=no |
3112 fi | 3112 fi |
3113 echores "$_pthreads" | 3113 echores "$_pthreads" |
3114 | 3114 |
3115 echocheck "w32threads" | 3115 echocheck "w32threads" |