# HG changeset patch # User michael # Date 1079287499 0 # Node ID 57fd2f36b8cbfb98e2824761ebd4ecac98f8fd85 # Parent 293141b57c01857cd133a8dbe8dff1d9071a36cb altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>) diff -r 293141b57c01 -r 57fd2f36b8cb postproc/swscale.c --- a/postproc/swscale.c Sat Mar 13 21:54:35 2004 +0000 +++ b/postproc/swscale.c Sun Mar 14 18:04:59 2004 +0000 @@ -61,6 +61,9 @@ #else #include <stdlib.h> #endif +#ifdef HAVE_ALTIVEC_H +#include <altivec.h> +#endif #include "swscale.h" #include "swscale_internal.h" #include "../cpudetect.h"