altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)

Originally committed as revision 12024 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Magnus Damm 2004-03-14 18:04:59 +00:00 committed by Michael Niedermayer
parent 37923cd32d
commit 35fe5cc53f

View File

@ -61,6 +61,9 @@ untested special converters
#else
#include <stdlib.h>
#endif
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
#endif
#include "swscale.h"
#include "swscale_internal.h"
#include "../cpudetect.h"