summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r--libavcodec/ppc/gcc_fixes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/ppc/gcc_fixes.h b/libavcodec/ppc/gcc_fixes.h
index 9814c3cb15..04b03e1a23 100644
--- a/libavcodec/ppc/gcc_fixes.h
+++ b/libavcodec/ppc/gcc_fixes.h
@@ -28,9 +28,6 @@
#endif
#ifdef SYS_DARWIN
-# ifdef __MWERKS__
-# define AVV
-# endif
#define REG_v(a) asm ( #a )
#else
@@ -110,6 +107,7 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
#define const_vector const vector
#else
#define const_vector vector
+#define AVV
#endif
#endif /* GCC_FIXES_H */