From e318631790e818539c917f567cc39babe5def745 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 1 Mar 2013 21:56:44 +0000 Subject: Another opencl header fix on Mac. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5281 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libhb/common.h b/libhb/common.h index 4d900ef0d..a50591a5f 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -21,8 +21,12 @@ #include #include #ifdef USE_OPENCL +#if defined(__APPLE__) +#include +#else #include #endif +#endif /* * It seems WinXP doesn't align the stack of new threads to 16 bytes. * To prevent crashes in SSE functions, we need to force stack alignement -- cgit v1.2.3