diff options
author | Rick Kern | 2016-04-27 10:53:15 -0400 |
---|---|---|
committer | wm4 | 2016-05-04 18:40:40 +0200 |
commit | dc750194b6c9c3f95d33f03f6f7d1992a8a2f885 (patch) | |
tree | b35519a9da7d9217b579a3d537d7af11267c7658 /configure | |
parent | c356b6865d373642685a6b445341ebb37ecbcc91 (diff) |
lavc/videotoolboxenc: Set colorimetry values
Signed-off-by: Rick Kern <kernrj@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2079,6 +2079,7 @@ CONFIG_EXTRA=" vp3dsp vp56dsp vp8dsp + vt_bt2020 wma_freqs wmv2dsp " @@ -2742,7 +2743,8 @@ nvenc_hevc_encoder_deps="nvenc" videotoolbox_deps="VideoToolbox_VideoToolbox_h" videotoolbox_extralibs="-framework CoreFoundation -framework VideoToolbox -framework CoreMedia -framework CoreVideo" videotoolbox_encoder_deps="videotoolbox VTCompressionSessionPrepareToEncodeFrames" -videotoolbox_encoder_suggest="vda_framework" +videotoolbox_encoder_suggest="vda_framework vt_bt2020" +vt_bt2020_deps="kCVImageBufferColorPrimaries_ITU_R_2020" # demuxers / muxers ac3_demuxer_select="ac3_parser" @@ -5445,6 +5447,7 @@ check_header vdpau/vdpau_x11.h check_header VideoDecodeAcceleration/VDADecoder.h check_header VideoToolbox/VideoToolbox.h check_func_headers VideoToolbox/VTCompressionSession.h VTCompressionSessionPrepareToEncodeFrames -framework VideoToolbox +enabled videotoolbox && check_func_headers CoreVideo/CVImageBuffer.h kCVImageBufferColorPrimaries_ITU_R_2020 -framework CoreVideo check_header windows.h check_header X11/extensions/XvMClib.h check_header asm/types.h |