From cd195f14c6d9a20a932ff94f9d02f470de13cd14 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 1 Oct 2007 14:16:07 +0000 Subject: Remove Metrowerks compiler workaround. Originally committed as revision 10632 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/gcc_fixes.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavcodec/ppc/gcc_fixes.h') diff --git a/libavcodec/ppc/gcc_fixes.h b/libavcodec/ppc/gcc_fixes.h index 7c7f5cc907..11e2ee14e7 100644 --- a/libavcodec/ppc/gcc_fixes.h +++ b/libavcodec/ppc/gcc_fixes.h @@ -97,11 +97,6 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \ #endif -#ifndef __MWERKS__ #define const_vector const vector -#else -#define const_vector vector -#define AVV -#endif #endif /* GCC_FIXES_H */ -- cgit v1.2.3