From df350fdb3fd18bafe542117800e914db56328c0c Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 14 Mar 2004 18:04:59 +0000 Subject: altivec swscale under Linux patch by (Magnus Damm ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12024 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/swscale.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'postproc') diff --git a/postproc/swscale.c b/postproc/swscale.c index 98cd469370..38284a19f5 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -61,6 +61,9 @@ untested special converters #else #include #endif +#ifdef HAVE_ALTIVEC_H +#include +#endif #include "swscale.h" #include "swscale_internal.h" #include "../cpudetect.h" -- cgit v1.2.3