mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 13:04:50 +00:00
Unbreak imgresample altivec
Originally committed as revision 16091 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
644e7acba4
commit
006c8e9e9c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user