From a2faa401924b7d3c6d21169762f4340a1331ef48 Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Thu, 11 Mar 2004 17:58:11 +0000 Subject: AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau ) Originally committed as revision 12018 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'postproc/swscale.h') diff --git a/postproc/swscale.h b/postproc/swscale.h index 6587816b44..3bcb432430 100644 --- a/postproc/swscale.h +++ b/postproc/swscale.h @@ -60,6 +60,7 @@ extern "C" { #define SWS_CPU_CAPS_MMX 0x80000000 #define SWS_CPU_CAPS_MMX2 0x20000000 #define SWS_CPU_CAPS_3DNOW 0x40000000 +#define SWS_CPU_CAPS_ALTIVEC 0x10000000 #define SWS_MAX_REDUCE_CUTOFF 0.002 -- cgit v1.2.3