summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJun Zhao <mypopydev@gmail.com>2018-06-02 11:06:50 +0800
committerJun Zhao <jun.zhao@intel.com>2018-06-29 05:17:36 +0800
commit2730a0fdf47c6ecbb6029d2b0dc47a27b377bcee (patch)
treea652dbb360351d1160d7afee14f39b05ea5a9d70 /configure
parent08b1d1d8122517d07f2335437cde0aeedc50143f (diff)
downloadffmpeg-2730a0fdf47c6ecbb6029d2b0dc47a27b377bcee.tar.gz
configure: fix check for opencl_vaapi_intel_media.
opencl_vaapi_intel_media doesn't depend on libmfx, OpenCL™ Drivers and Runtimes for Intel® Architectureis is a standalone release, more information can be found in the link: https://software.intel.com/en-us/articles/opencl-drivers. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure b/configure
index 230b39784d..0e8e8a628b 100755
--- a/configure
+++ b/configure
@@ -6336,10 +6336,8 @@ fi
if enabled_all opencl vaapi ; then
enabled opencl_drm_beignet && enable opencl_vaapi_beignet
- if enabled libmfx ; then
- check_type "CL/cl.h CL/va_ext.h" "clCreateFromVA_APIMediaSurfaceINTEL_fn" &&
- enable opencl_vaapi_intel_media
- fi
+ check_type "CL/cl.h CL/va_ext.h" "clCreateFromVA_APIMediaSurfaceINTEL_fn" &&
+ enable opencl_vaapi_intel_media
fi
if enabled_all opencl dxva2 ; then