summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 09:20:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-15 09:20:41 +0000
commitca16b1ad2083d067b2b045bad19a4111678af62d (patch)
tree269e4ad12c93b199f1da926a29d732d3ca7e53ca
parent5e49bb2dd2e3afd39e916ce096f227f34084ff39 (diff)
downloadmpv-ca16b1ad2083d067b2b045bad19a4111678af62d.tar.bz2
mpv-ca16b1ad2083d067b2b045bad19a4111678af62d.tar.xz
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
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 76a666922a..a9fe0ea271 100755
--- a/configure
+++ b/configure
@@ -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"