summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-06 02:10:22 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-06 02:10:22 +0000
commitacc4477cf37bb2b46aae33d3d90335a763cea5b5 (patch)
tree98262bf563e2c81da08e9833c2c4cc704ad537f4 /configure
parent12066db4358e13e218e71a4ba2824db652940e4a (diff)
downloadmpv-acc4477cf37bb2b46aae33d3d90335a763cea5b5.tar.bz2
mpv-acc4477cf37bb2b46aae33d3d90335a763cea5b5.tar.xz
multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot edu>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12761 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 375648f063..8730f47deb 100755
--- a/configure
+++ b/configure
@@ -2496,8 +2496,12 @@ else
fi
if test "$_ld_pthread" != '' ; then
echores "yes (using $_ld_pthread)"
+ _pthreads='yes'
+ _def_pthreads='#define HAVE_PTHREADS 1'
else
echores "no"
+ _pthreads=''
+ _def_pthreads='#undef HAVE_PTHREADS'
fi
@@ -6134,6 +6138,7 @@ HAVE_MLIB = $_mlib
WIN32_LIB = $_ld_win32libs
STATIC_LIB = $_ld_static
ENCA_LIB = $_ld_enca
+HAVE_PTHREADS = $_pthreads
X11_INC = $_inc_x11
X11DIR = $_ld_x11
@@ -6478,6 +6483,9 @@ $_def_gettimeofday
/* Define this if your system has glob */
$_def_glob
+/* Define this if your system has pthreads */
+$_def_pthreads
+
/* LIRC (remote control, see www.lirc.org) support: */
$_def_lirc