From 2f0c03c8c410d8ddaace554d069575efcb3aa99f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 17 Aug 2013 23:46:01 +0100 Subject: Try to fix OS X compile failure. --- src/lib/colour_conversion.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib') diff --git a/src/lib/colour_conversion.h b/src/lib/colour_conversion.h index 85d951ce1..f6b5bc9f3 100644 --- a/src/lib/colour_conversion.h +++ b/src/lib/colour_conversion.h @@ -20,6 +20,11 @@ #ifndef DCPOMATIC_COLOUR_CONVERSION_H #define DCPOMATIC_COLOUR_CONVERSION_H +/* Hack for OS X compile failure; see https://bugs.launchpad.net/hugin/+bug/910160 */ +#ifdef check +#undef check +#endif + #include #include #include -- cgit v1.2.3