On Tue, Jun 27, 2017 at 10:50:45PM +0100, Mark Thompson wrote:
> --- a/configure
> +++ b/configure
> @@ -1719,6 +1719,7 @@ HAVE_LIST="
>      dos_paths
>      libc_msvcrt
>      MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
> +    opencl_beignet_vaapi
>      sdl
>      section_data_rel_ro
>      threads
> @@ -4911,6 +4912,11 @@ enabled vaapi &&
>  enabled vaapi &&
>      check_lib vaapi_x11 "va/va.h va/va_x11.h" vaGetDisplay -lva -lva-x11 
> -lX11
>  
> +if enabled opencl && enabled vaapi ; then

if enabled_all opencl vaapi; then

> +    check_type "CL/cl_intel.h" "clCreateImageFromFdINTEL_fn" &&
> +        enable opencl_beignet_vaapi

I think plain "beignet" would be a better name for the component. The deps
don't need to be part of the name. "Beignet" is also what freedesktop
calls it.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to