Lines Matching refs:check_cpp_condition
1392 check_cpp_condition(){ function
1393 log check_cpp_condition "$@"
1576 check_cpp_condition "$@" || die "ERROR: $condition not satisfied"
5839 enabled msvc && check_cpp_condition thumb stddef.h "defined _M_ARMT"
5845 if check_cpp_condition vfp_args stddef.h "defined __ARM_PCS_VFP"; then
5847 elif check_cpp_condition vfp_args stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; then
5963 check_cpp_condition power8 "altivec.h" "defined(_ARCH_PWR8)"
6193 check_cpp_condition bcrypt bcrypt.h "defined BCRYPT_RNG_ALGORITHM"
6266 check_cpp_condition winrt windows.h "!WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)"
6478 check_cpp_condition libx262 x264.h "X264_MPEG2"
6628 check_cpp_condition vfwcap_defines vfw.h "WM_CAP_DRIVER_CONNECT > WM_USER"
6702 check_cpp_condition vaapi_1 "va/va.h" "VA_CHECK_VERSION(1, 0, 0)"
6742 check_cpp_condition vdpau vdpau/vdpau.h "defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP"
6787 check_cpp_condition amf "AMF/core/Version.h" \
7053 check_cpp_condition log2 crtversion.h "_VC_CRT_MAJOR_VERSION >= 12"