Mercurial > mplayer.hg
comparison configure @ 11263:6fad78848c8a
finally removing pthread dependency!!
(did because default NetBSD installs without pthread AFAIK)
author | gabucino |
---|---|
date | Sat, 25 Oct 2003 20:33:51 +0000 |
parents | bed47a358d05 |
children | 39eb2c97f3c9 |
comparison
equal
deleted
inserted
replaced
11262:7c0bbcaa8b82 | 11263:6fad78848c8a |
---|---|
2251 if ( cc_check -lpthread ) ; then | 2251 if ( cc_check -lpthread ) ; then |
2252 _ld_pthread='-lpthread' | 2252 _ld_pthread='-lpthread' |
2253 elif ( cc_check -pthread ) ; then | 2253 elif ( cc_check -pthread ) ; then |
2254 _ld_pthread='-pthread' | 2254 _ld_pthread='-pthread' |
2255 else | 2255 else |
2256 die "Static lib pthread not found (needed by Windows and networking stufff)." | 2256 echores "no static pthread found (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, Win32 loader disabled)" |
2257 _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _tv_v4l=no ; _macosx=no ; _win32=no | |
2257 fi | 2258 fi |
2258 else | 2259 else |
2259 die "Lib pthread not found (needed by Windows and networking stuff)." | 2260 echores "no (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled)" |
2260 fi | 2261 _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _tv_v4l=no ; _macosx=no ; _win32=no |
2261 fi | 2262 fi |
2262 echores "yes (using $_ld_pthread)" | 2263 fi |
2263 | 2264 if test "$_ld_pthread" != '' ; then |
2265 echores "yes (using $_ld_pthread)" | |
2266 fi | |
2264 | 2267 |
2265 echocheck "sys/soundcard.h" | 2268 echocheck "sys/soundcard.h" |
2266 cat > $TMPC << EOF | 2269 cat > $TMPC << EOF |
2267 #include <sys/soundcard.h> | 2270 #include <sys/soundcard.h> |
2268 int main(void) { return 0; } | 2271 int main(void) { return 0; } |