Commit 4a5393cf authored by lu_zero's avatar lu_zero

Unbreak imgresample altivec

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16091 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5e1cfc41
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment