Mercurial > libavutil.hg
changeset 526:27593a5d8acd libavutil
Remove AltiVec vector declaration compiler compatibility macros.
The original problem was that FSF and Apple gcc used a different syntax
for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support
the standard {} syntax and versions that support {} are available on all
relevant Mac OS X versions. Thus the greater compatibility is no longer
worth cluttering the code with macros.
author | diego |
---|---|
date | Thu, 24 Jul 2008 10:53:32 +0000 |
parents | 0d4beab5e3c9 |
children | 6ebdeca51ff4 |
files | internal.h |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/internal.h Fri Jul 18 01:18:59 2008 +0000 +++ b/internal.h Thu Jul 24 10:53:32 2008 +0000 @@ -50,14 +50,6 @@ #endif #endif -#ifdef HAVE_ALTIVEC -#ifdef HAVE_ALTIVEC_VECTOR_BRACES -#define AVV(x...) {x} -#else -#define AVV(x...) (x) -#endif -#endif - #ifndef M_PI #define M_PI 3.14159265358979323846 #endif