|
|
@ -2268,6 +2268,9 @@ TOOLCHAIN_FEATURES=" |
|
|
|
TYPES_LIST=" |
|
|
|
TYPES_LIST=" |
|
|
|
kCMVideoCodecType_HEVC |
|
|
|
kCMVideoCodecType_HEVC |
|
|
|
kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange |
|
|
|
kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange |
|
|
|
|
|
|
|
kCVImageBufferTransferFunction_SMPTE_ST_2084_PQ |
|
|
|
|
|
|
|
kCVImageBufferTransferFunction_ITU_R_2100_HLG |
|
|
|
|
|
|
|
kCVImageBufferTransferFunction_Linear |
|
|
|
socklen_t |
|
|
|
socklen_t |
|
|
|
struct_addrinfo |
|
|
|
struct_addrinfo |
|
|
|
struct_group_source_req |
|
|
|
struct_group_source_req |
|
|
@ -6069,6 +6072,9 @@ enabled videotoolbox && { |
|
|
|
check_lib coreservices CoreServices/CoreServices.h UTGetOSTypeFromString "-framework CoreServices" |
|
|
|
check_lib coreservices CoreServices/CoreServices.h UTGetOSTypeFromString "-framework CoreServices" |
|
|
|
check_func_headers CoreMedia/CMFormatDescription.h kCMVideoCodecType_HEVC "-framework CoreMedia" |
|
|
|
check_func_headers CoreMedia/CMFormatDescription.h kCMVideoCodecType_HEVC "-framework CoreMedia" |
|
|
|
check_func_headers CoreVideo/CVPixelBuffer.h kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange "-framework CoreVideo" |
|
|
|
check_func_headers CoreVideo/CVPixelBuffer.h kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange "-framework CoreVideo" |
|
|
|
|
|
|
|
check_func_headers CoreVideo/CVImageBuffer.h kCVImageBufferTransferFunction_SMPTE_ST_2084_PQ "-framework CoreVideo" |
|
|
|
|
|
|
|
check_func_headers CoreVideo/CVImageBuffer.h kCVImageBufferTransferFunction_ITU_R_2100_HLG "-framework CoreVideo" |
|
|
|
|
|
|
|
check_func_headers CoreVideo/CVImageBuffer.h kCVImageBufferTransferFunction_Linear "-framework CoreVideo" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss |
|
|
|
check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss |
|
|
|