From 9e7cda1b1e790c3d6a7507820a0b1e77804527ca Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sun, 5 Mar 2017 16:21:41 +0000 Subject: hwcontext_opencl: DXVA2 to OpenCL mapping Using cl_khr_dx9_media_sharing. --- configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 34fe16f80e..9b0542b2f2 100755 --- a/configure +++ b/configure @@ -2120,6 +2120,7 @@ HAVE_LIST=" $TYPES_LIST makeinfo makeinfo_html + opencl_dxva2 opencl_vaapi_beignet opencl_vaapi_intel_media perl @@ -6166,6 +6167,11 @@ if enabled_all opencl vaapi ; then fi fi +if enabled_all opencl dxva2 ; then + check_type "CL/cl_dx9_media_sharing.h" cl_dx9_surface_info_khr && + enable opencl_dxva2 +fi + enabled vdpau && check_cpp_condition vdpau/vdpau.h "defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP" || disable vdpau -- cgit v1.2.3