mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Do not disable all Mac OS X support when pthreads are unavailable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26242 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5e49bb2dd2
commit
ca16b1ad20
4
configure
vendored
4
configure
vendored
@ -3105,9 +3105,9 @@ if test "$_pthreads" = yes ; then
|
||||
_def_pthreads='#define HAVE_PTHREADS 1'
|
||||
_def_threads='#define HAVE_THREADS 1'
|
||||
else
|
||||
_res_comment="v4l, v4l2, ao_nas, ao_macosx, win32 loader disabled"
|
||||
_res_comment="v4l, v4l2, ao_nas, win32 loader disabled"
|
||||
_def_pthreads='#undef HAVE_PTHREADS'
|
||||
_nas=no ; _tv_v4l1=no ; _tv_v4l2=no ; _macosx=no
|
||||
_nas=no ; _tv_v4l1=no ; _tv_v4l2=no
|
||||
mingw32 || _win32dll=no
|
||||
fi
|
||||
echores "$_pthreads"
|
||||
|
Loading…
Reference in New Issue
Block a user