diff postproc/swscale.c @ 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 21e5cb258a95
children 2ef24558b732
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"