Home
last modified time | relevance | path

Searched refs:check_header (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dconfigure532 check_header() {
574 check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
579 check_header stdint.h
580 check_header pthread.h
581 check_header sys/mman.h
582 check_header unistd.h # for sysconf(3) and friends.
584 check_header vpx/vpx_integer.h -I${source_path} && enable_feature vpx_ports
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh316 check_header(){ function
317 log check_header "$@"
1238 *) check_header pthread.h && add_extralibs -lpthread