From 3a35735409dd17a8e7f60ba5d7ae0b95552951fe Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Mon, 25 Jan 2016 16:23:10 +0100 Subject: fosphor/cl: Allow to use APIs deprecated in CL >= 1.2 Really this fixes a2d35f201843c10cceddfbb64c6ed58bdeb03a88 ... Signed-off-by: Sylvain Munaut --- lib/fosphor/cl_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fosphor/cl_platform.h b/lib/fosphor/cl_platform.h index 8a081ac..0b080d6 100644 --- a/lib/fosphor/cl_platform.h +++ b/lib/fosphor/cl_platform.h @@ -35,7 +35,7 @@ # include #else # define CL_USE_DEPRECATED_OPENCL_1_1_APIS -# define CL_USE_DEPRECATED_OPENCL_2_0_APIS +# define CL_USE_DEPRECATED_OPENCL_1_2_APIS # include # include # include -- cgit v1.2.3