Lines Matching refs:check_cpp_condition
1401 check_cpp_condition(){
1402 log check_cpp_condition "$@"
1621 check_cpp_condition "$@" || die "ERROR: $condition not satisfied"
5965 enabled msvc && check_cpp_condition thumb stddef.h "defined _M_ARMT"
5971 if check_cpp_condition vfp_args stddef.h "defined __ARM_PCS_VFP"; then
5973 elif check_cpp_condition vfp_args stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; then
6088 check_cpp_condition power8 "altivec.h" "defined(_ARCH_PWR8)"
6340 check_cpp_condition bcrypt bcrypt.h "defined BCRYPT_RNG_ALGORITHM"
6434 check_cpp_condition winrt windows.h "!WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)"
6673 check_cpp_condition libx262 x264.h "X264_MPEG2"
6827 check_cpp_condition vfwcap_defines vfw.h "WM_CAP_DRIVER_CONNECT > WM_USER"
6905 check_cpp_condition vaapi_1 "va/va.h" "VA_CHECK_VERSION(1, 0, 0)"
6946 check_cpp_condition vdpau vdpau/vdpau.h "defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP"
6955 check_cpp_condition vulkan "vulkan/vulkan.h" "defined(VK_VERSION_1_3) || (defined(VK_VERSION_1_2) && VK_HEADER_VERSION >= 189)"
6993 check_cpp_condition amf "AMF/core/Version.h" \
7248 check_cpp_condition log2 crtversion.h "_VC_CRT_MAJOR_VERSION >= 12"