diff ppc/imgresample_altivec.c @ 8310:4e58133ef122 libavcodec

Unbreak imgresample altivec
author lu_zero
date Sat, 13 Dec 2008 10:49:38 +0000
parents a8a79f5385f6
children cfa400ec2a75
line wrap: on
line diff
--- a/ppc/imgresample_altivec.c	Fri Dec 12 23:02:21 2008 +0000
+++ b/ppc/imgresample_altivec.c	Sat Dec 13 10:49:38 2008 +0000
@@ -24,7 +24,8 @@
  * High quality image resampling with polyphase filters - AltiVec bits
  */
 
-#include "gcc_fixes.h"
+#include "util_altivec.h"
+#define FILTER_BITS   8
 
 typedef         union {
     vector unsigned char v;