changeset 12023:57fd2f36b8cb

altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)
author michael
date Sun, 14 Mar 2004 18:04:59 +0000
parents 293141b57c01
children f7980032d9ca
files postproc/swscale.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"