comparison configure @ 12760:787a1ce375df

multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot edu>)
author michael
date Tue, 06 Jul 2004 02:10:22 +0000
parents b194d780dcda
children 55e2deb36d79
comparison
equal deleted inserted replaced
12759:111a9feec18c 12760:787a1ce375df
2494 _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _macosx=no ; _win32=no 2494 _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _macosx=no ; _win32=no
2495 fi 2495 fi
2496 fi 2496 fi
2497 if test "$_ld_pthread" != '' ; then 2497 if test "$_ld_pthread" != '' ; then
2498 echores "yes (using $_ld_pthread)" 2498 echores "yes (using $_ld_pthread)"
2499 _pthreads='yes'
2500 _def_pthreads='#define HAVE_PTHREADS 1'
2499 else 2501 else
2500 echores "no" 2502 echores "no"
2503 _pthreads=''
2504 _def_pthreads='#undef HAVE_PTHREADS'
2501 fi 2505 fi
2502 2506
2503 2507
2504 echocheck "sys/soundcard.h" 2508 echocheck "sys/soundcard.h"
2505 cat > $TMPC << EOF 2509 cat > $TMPC << EOF
6132 Z_LIB = $_ld_static $_ld_zlib 6136 Z_LIB = $_ld_static $_ld_zlib
6133 HAVE_MLIB = $_mlib 6137 HAVE_MLIB = $_mlib
6134 WIN32_LIB = $_ld_win32libs 6138 WIN32_LIB = $_ld_win32libs
6135 STATIC_LIB = $_ld_static 6139 STATIC_LIB = $_ld_static
6136 ENCA_LIB = $_ld_enca 6140 ENCA_LIB = $_ld_enca
6141 HAVE_PTHREADS = $_pthreads
6137 6142
6138 X11_INC = $_inc_x11 6143 X11_INC = $_inc_x11
6139 X11DIR = $_ld_x11 6144 X11DIR = $_ld_x11
6140 6145
6141 HAVE_XVMC_ACCEL = $_xvmc 6146 HAVE_XVMC_ACCEL = $_xvmc
6476 $_def_gettimeofday 6481 $_def_gettimeofday
6477 6482
6478 /* Define this if your system has glob */ 6483 /* Define this if your system has glob */
6479 $_def_glob 6484 $_def_glob
6480 6485
6486 /* Define this if your system has pthreads */
6487 $_def_pthreads
6488
6481 /* LIRC (remote control, see www.lirc.org) support: */ 6489 /* LIRC (remote control, see www.lirc.org) support: */
6482 $_def_lirc 6490 $_def_lirc
6483 6491
6484 /* 6492 /*
6485 * LIRCCD (LIRC client daemon) 6493 * LIRCCD (LIRC client daemon)