diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-12-13 10:49:38 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-12-13 10:49:38 +0000 |
commit | 006c8e9e9cef05750433d33f291430666780519c (patch) | |
tree | 9e7304716df18418b5580b3b6f35e21832b9c986 /libavcodec/ppc | |
parent | 644e7acba4593bd09260bff66cd2909fbdf48235 (diff) | |
download | ffmpeg-006c8e9e9cef05750433d33f291430666780519c.tar.gz |
Unbreak imgresample altivec
Originally committed as revision 16091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/imgresample_altivec.c | 3 |
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; |