diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-24 15:04:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-24 15:04:14 +0000 |
commit | 6465c977b75fc1d9fa8ef7237f6e8dfe99d201b0 (patch) | |
tree | a8efb263756b932f62f28dffe0814f351327dbbb /libswscale/swscale_altivec_template.c | |
parent | 8008a04325236d6b6e0b3ae1c9c2a28c68668696 (diff) | |
download | ffmpeg-6465c977b75fc1d9fa8ef7237f6e8dfe99d201b0.tar.gz |
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Originally committed as revision 24143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_altivec_template.c')
-rw-r--r-- | libswscale/swscale_altivec_template.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c index fcbf581ba0..3706fc886b 100644 --- a/libswscale/swscale_altivec_template.c +++ b/libswscale/swscale_altivec_template.c @@ -21,12 +21,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef SYS_DARWIN -#define AVV(x...) (x) -#else -#define AVV(x...) {x} -#endif - #define vzero vec_splat_s32(0) static inline void |