Lines Matching refs:test_cpp_condition

1388 test_cpp_condition(){
1389 log test_cpp_condition "$@"
1406 test_cpp_condition "$@" && enable $name
1479 test_cpp_condition "$pkg_incdir/$headers" "$cond" "$@" &&
5060 test_cpp_condition stddef.h \
5446 test "$subarch" = "x86_32" && test_cpp_condition stddef.h 'defined(__x86_64__)' &&
5854 test_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable_weak pic
5966 test_cpp_condition stddef.h "defined __thumb__" && test_cc <<EOF && enable_weak thumb
5975 elif ! test_cpp_condition stddef.h "defined __ARM_PCS || defined __SOFTFP__" && [ $target_os != darwin ]; then
6514 { test_cpp_condition avisynth/avs/version.h "AVS_MAJOR_VER >= 3 && AVS_MINOR_VER >= 7 && AVS_BUGFIX_VER >= 1 || AVS_MAJOR_VER >= 3 && AVS_MINOR_VER > 7 || AVS_MAJOR_VER > 3" ||
6519 { test_cpp_condition DeckLinkAPIVersion.h "BLACKMAGIC_DECKLINK_API_VERSION >= 0x0a0b0000" || die "ERROR: Decklink API version must be >= 10.11"; } }
6578 { test_cpp_condition mfx/mfxdefs.h "MFX_VERSION >= 1028" || die "ERROR: libmfx version must be >= 1.28"; } &&
6682 { test_cpp_condition libzvbi.h "VBI_VERSION_MAJOR > 0 || VBI_VERSION_MINOR > 2 || VBI_VERSION_MINOR == 2 && VBI_VERSION_MICRO >= 28" ||
6700 { test_cpp_condition "AL/al.h" "defined(AL_VERSION_1_1)" ||
6706 { test_cpp_condition "OpenCL/cl.h" "defined(CL_VERSION_1_2)" ||
6707 test_cpp_condition "CL/cl.h" "defined(CL_VERSION_1_2)" ||
6760 test_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x020001" $sdl2_cflags &&
6761 test_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x030000" $sdl2_cflags &&
6789 test_cpp_condition winerror.h "defined(SEC_I_CONTEXT_EXPIRED)" &&
7239 test_cpp_condition "windows.h" "__ICL < 1300 || __ICL >= 1400" &&
7262 test_cpp_condition windows.h "_MSC_FULL_VER >= 190024218" ||
7265 test_cpp_condition windows.h "_MSC_FULL_VER >= 190023918" &&
7314 if test_cpp_condition sys/version.h "defined(__DJGPP__) && __DJGPP__ == 2 && __DJGPP_MINOR__ == 5"; then