From a8d6362acb798e81dc4b09e23cb3f31e6820961b Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Sun, 29 Apr 2012 22:36:17 +0000 Subject: Fix PowerPC OS X compile [R. Belmont] --- src/emu/video/rgbvmx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/emu/video/rgbvmx.h') diff --git a/src/emu/video/rgbvmx.h b/src/emu/video/rgbvmx.h index 3d1898226d6..adbe10aba60 100644 --- a/src/emu/video/rgbvmx.h +++ b/src/emu/video/rgbvmx.h @@ -432,7 +432,9 @@ INLINE void rgbaint_bilinear_filter(rgbaint *color, rgb_t rgb00, rgb_t rgb01, rg // altivec.h somehow redefines "bool" in a bad way on PowerPC Mac OS X. really. #ifdef SDLMAME_MACOSX -#include +#undef vector +#undef pixel +#undef bool #endif #endif /* __RGBVMX__ */ -- cgit v1.2.3-70-g09d2