On 01/12/13 12:50, Martin Storsjö wrote: > On Sun, 1 Dec 2013, Luca Barbato wrote: > >> And use it to check for pthreads support. >> >> Unbreak f058f384a0d76bfd125f4738dceab7c890186432 for *BSD since their >> compilers have a false positive with pthread_join. > > Could you give a brief explanation of why *BSD have false positives > about this test in the commit message, and likewise for the original > issue in f058f384a0d76bfd125f4738dceab7c890186432?
pthread_create seems only present in libthr.so while pthread_join and other pthread symbols are also present in libc.so. Another option is making the pthread check even more special and run it before the toolchain overrides. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
