diff --git a/libavcodec/ppc/imgresample_altivec.c b/libavcodec/ppc/imgresample_altivec.c index b38e41b0f8..c43639c9fa 100644 --- a/libavcodec/ppc/imgresample_altivec.c +++ b/libavcodec/ppc/imgresample_altivec.c @@ -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;