Kaydet (Commit) 6d41b096 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

OpenCL is not available for iOS or Android

Change-Id: Iac0cd17dfa0544ec686120d50a6cfdb70336e042
üst 8d924919
......@@ -10322,7 +10322,7 @@ dnl =================================================
AC_MSG_CHECKING([whether to build with the OpenCL support.])
ENABLE_OPENCL=
if test "x$enable_opencl" != "xno"; then
if test $_os != iOS -a $_os != Android -a "x$enable_opencl" != "xno"; then
AC_MSG_RESULT([yes])
enable_opencl=yes
ENABLE_OPENCL=TRUE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment