diff options
Diffstat (limited to 'src/xine-utils/ppcasm_string.S')
-rw-r--r-- | src/xine-utils/ppcasm_string.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/ppcasm_string.S b/src/xine-utils/ppcasm_string.S index 3091a9d68..b1645bbe7 100644 --- a/src/xine-utils/ppcasm_string.S +++ b/src/xine-utils/ppcasm_string.S @@ -14,7 +14,7 @@ #include "../../config.h" -#ifdef ARCH_PPC +#if defined (ARCH_PPC) && !defined (HOST_OS_DARWIN) //#warning Be forewarned - using PowerPC assembly |