From 64681afa0447fcc0e7a51c48f0e0f04134e12dae Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 24 Aug 2007 15:04:14 +0000 Subject: Move Apple gcc AltiVec vector declaration syntax to libavutil. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24143 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale_internal.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 5e55a6b3c0..b5d4ed7a50 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -27,12 +27,6 @@ #include "avutil.h" -#ifdef SYS_DARWIN -#define AVV(x...) (x) -#else -#define AVV(x...) {x} -#endif - #define MAX_FILTER_SIZE 256 typedef int (*SwsFunc)(struct SwsContext *context, uint8_t* src[], int srcStride[], int srcSliceY, -- cgit v1.2.3