summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/imgresample_altivec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ppc/imgresample_altivec.c')
-rw-r--r--libavcodec/ppc/imgresample_altivec.c3
1 files changed, 2 insertions, 1 deletions
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;