diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-10-02 08:51:32 +0200 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-01-17 23:06:46 +0000 |
commit | adb54e59c18db347f39e55832104fc3e40a3c42b (patch) | |
tree | 6797074ac14ca9aa15807ee24f08d5459e7ce486 /configure | |
parent | fd1a6a01065a53d5b2a0a56b06825585372aa38c (diff) | |
download | ffmpeg-adb54e59c18db347f39e55832104fc3e40a3c42b.tar.gz |
vaapi_hevc: Convert to use the new VAAPI hwaccel code
(cherry picked from commit ea8b730d8e67152107d7fcdd5590bbb51ec236b1)
Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5643,7 +5643,7 @@ check_type "windows.h d3d11.h" "ID3D11VideoDecoder" check_type "windows.h d3d11.h" "ID3D11VideoContext" check_type "d3d9.h dxva2api.h" DXVA2_ConfigPictureDecode -D_WIN32_WINNT=0x0602 -check_type "va/va.h" "VAPictureParameterBufferHEVC" +check_type "va/va.h va/va_dec_hevc.h" "VAPictureParameterBufferHEVC" check_struct "va/va.h" "VADecPictureParameterBufferVP9" bit_depth check_type "va/va.h va/va_vpp.h" "VAProcPipelineParameterBuffer" check_type "va/va.h va/va_enc_h264.h" "VAEncPictureParameterBufferH264" |