diff options
author | fumoboy007 <fumoboy007@me.com> | 2019-04-13 16:36:00 +0200 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2019-04-16 03:43:06 +0300 |
commit | 036b4b0f85933f49a7094b5b568a93f68c9cd544 (patch) | |
tree | 78fa57f042010bb097b223c92d0aa8b00688968f /configure | |
parent | c3aa4844f393f781df604878ef7896a99917f37b (diff) | |
download | ffmpeg-streaming-036b4b0f85933f49a7094b5b568a93f68c9cd544.zip ffmpeg-streaming-036b4b0f85933f49a7094b5b568a93f68c9cd544.tar.gz |
avcodec/videotoolbox: add support for 10bit pixel format
this patch was originally posted on issue #7704 and was slightly
adjusted to check for the availability of the pixel format.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2253,6 +2253,7 @@ TOOLCHAIN_FEATURES=" TYPES_LIST=" kCMVideoCodecType_HEVC + kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange socklen_t struct_addrinfo struct_group_source_req @@ -6014,6 +6015,7 @@ enabled avfoundation && { enabled videotoolbox && { check_lib coreservices CoreServices/CoreServices.h UTGetOSTypeFromString "-framework CoreServices" check_func_headers CoreMedia/CMFormatDescription.h kCMVideoCodecType_HEVC "-framework CoreMedia" + check_func_headers CoreVideo/CVPixelBuffer.h kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange "-framework CoreVideo" } check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss |