• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/

Lines Matching refs:check_func

983 check_func(){
984 log check_func "$@"
1061 check_header $header && check_func $func "$@" && add_extralibs "$@"
1210 echo "long check_func(void) { return (long) FT_Init_FreeType; }"
4533 if check_func dlopen; then
4535 elif check_func dlopen -ldl; then
4540 check_func getaddrinfo $network_extralibs
4541 check_func getservbyport $network_extralibs
4542 check_func inet_aton $network_extralibs
4557 check_func closesocket
4586 check_func ${malloc_prefix}memalign && enable memalign
4587 check_func ${malloc_prefix}posix_memalign && enable posix_memalign
4589 check_func access
4590 check_func clock_gettime || { check_func clock_gettime -lrt && add_extralibs -lrt; }
4591 check_func fcntl
4592 check_func fork
4593 check_func gethrtime
4594 check_func getopt
4595 check_func getrusage
4596 check_func gettimeofday
4597 check_func isatty
4598 check_func localtime_r
4599 check_func mach_absolute_time
4600 check_func mkstemp
4601 check_func mmap
4602 check_func mprotect
4604 check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
4605 check_func sched_getaffinity
4606 check_func setrlimit
4608 check_func strerror_r
4609 check_func sysconf
4610 check_func sysctl
4611 check_func usleep
4671 if check_func pthread_join -pthread && check_func pthread_create -pthread; then
4674 elif check_func pthread_join -pthreads && check_func pthread_create -pthreads; then
4677 elif check_func pthread_join -ldl -pthread && check_func pthread_create -ldl -pthread; then
4680 elif check_func pthread_join -lpthreadGC2 && check_func pthread_create -lpthreadGC2; then
4684 elif ! check_func pthread_join && ! check_func pthread_create; then
4692 check_func pthread_cancel
4891 enabled jack_indev && check_lib2 jack/jack.h jack_client_open -ljack && check_func sem_timedwait &&
4892 check_func jack_port_get_latency_range -ljack