From 8008a04325236d6b6e0b3ae1c9c2a28c68668696 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 24 Aug 2007 15:04:00 +0000 Subject: Move Apple gcc AltiVec vector declaration syntax to libavutil. Originally committed as revision 10207 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/gcc_fixes.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libavcodec/ppc/gcc_fixes.h') diff --git a/libavcodec/ppc/gcc_fixes.h b/libavcodec/ppc/gcc_fixes.h index 50d78ee6a4..9814c3cb15 100644 --- a/libavcodec/ppc/gcc_fixes.h +++ b/libavcodec/ppc/gcc_fixes.h @@ -28,16 +28,12 @@ #endif #ifdef SYS_DARWIN -# ifndef __MWERKS__ -# define AVV(x...) (x) -# else +# ifdef __MWERKS__ # define AVV # endif #define REG_v(a) asm ( #a ) #else -#define AVV(x...) {x} - #if (__GNUC__ < 4) # define REG_v(a) #else -- cgit v1.2.3