From 006c8e9e9cef05750433d33f291430666780519c Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 13 Dec 2008 10:49:38 +0000 Subject: [PATCH] Unbreak imgresample altivec Originally committed as revision 16091 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/imgresample_altivec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/ppc/imgresample_altivec.c b/libavcodec/ppc/imgresample_altivec.c index b38e41b0f..c43639c9f 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; -- 2.11.0