projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move Apple gcc AltiVec vector declaration syntax to libavutil.
[libav.git]
/
libavcodec
/
ppc
/
gcc_fixes.h
diff --git
a/libavcodec/ppc/gcc_fixes.h
b/libavcodec/ppc/gcc_fixes.h
index
50d78ee
..
9814c3c
100644
(file)
--- a/
libavcodec/ppc/gcc_fixes.h
+++ b/
libavcodec/ppc/gcc_fixes.h
@@
-28,16
+28,12
@@
#endif
#ifdef SYS_DARWIN
#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
# endif
#define REG_v(a) asm ( #a )
#else
-#define AVV(x...) {x}
-
#if (__GNUC__ < 4)
# define REG_v(a)
#else
#if (__GNUC__ < 4)
# define REG_v(a)
#else