From e4506f0c98a1207246c8cd67d18181a9668d0411 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 24 Aug 2007 15:38:37 +0000 Subject: [PATCH] Remove SYS_DARWIN preprocessor directive that is just a duplicate of a gcc-specific directive a few lines below. Originally committed as revision 10211 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/gcc_fixes.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libavcodec/ppc/gcc_fixes.h b/libavcodec/ppc/gcc_fixes.h index 04b03e1a23..7c7f5cc907 100644 --- a/libavcodec/ppc/gcc_fixes.h +++ b/libavcodec/ppc/gcc_fixes.h @@ -27,10 +27,6 @@ #include #endif -#ifdef SYS_DARWIN -#define REG_v(a) asm ( #a ) -#else - #if (__GNUC__ < 4) # define REG_v(a) #else @@ -101,8 +97,6 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \ #endif -#endif /* SYS_DARWIN */ - #ifndef __MWERKS__ #define const_vector const vector #else -- 2.11.0