mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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