diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-03-21 00:03:16 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-23 19:40:15 +0100 |
commit | 98114d70e48caf871b0fe9b8e5bf8ebd989b845d (patch) | |
tree | 3600ea39915bd3891ccbf5f054e9486eafe202b9 /configure | |
parent | 8bc4accc37ab047d2fd85d672c577b39dfc918e1 (diff) | |
download | ffmpeg-98114d70e48caf871b0fe9b8e5bf8ebd989b845d.tar.gz |
lavf: VAAPI scale filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2359,6 +2359,7 @@ interlace_filter_deps="gpl" ocv_filter_deps="libopencv" resample_filter_deps="avresample" scale_filter_deps="swscale" +scale_vaapi_filter_deps="vaapi VAProcPipelineParameterBuffer" # examples avcodec_example_deps="avcodec avutil" @@ -4457,6 +4458,8 @@ check_type "windows.h dxva.h" "DXVA_PicParams_HEVC" -DWINAPI_FAMILY=WINAPI_FAMIL check_type "windows.h d3d11.h" "ID3D11VideoDecoder" check_type "d3d9.h dxva2api.h" DXVA2_ConfigPictureDecode -D_WIN32_WINNT=0x0602 +check_type "va/va.h va/va_vpp.h" "VAProcPipelineParameterBuffer" + check_type "vdpau/vdpau.h" "VdpPictureInfoHEVC" if ! disabled w32threads && ! enabled pthreads; then |