summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/gcc_fixes.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-24 15:04:00 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-24 15:04:00 +0000
commit8008a04325236d6b6e0b3ae1c9c2a28c68668696 (patch)
tree34a6c8a4f9e48b5dda8dec84789e86bf60a10428 /libavcodec/ppc/gcc_fixes.h
parent08f87a9c99b4625135f31bb25e018ba5505d7f07 (diff)
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Originally committed as revision 10207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/gcc_fixes.h')
-rw-r--r--libavcodec/ppc/gcc_fixes.h6
1 files changed, 1 insertions, 5 deletions
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