Unbreak imgresample altivec

Originally committed as revision 16091 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Barbato 2008-12-13 10:49:38 +00:00
parent 644e7acba4
commit 006c8e9e9c
1 changed files with 2 additions and 1 deletions

View File

@ -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;