Unbreak imgresample altivec

Originally committed as revision 16091 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Luca Barbato 16 years ago
parent 644e7acba4
commit 006c8e9e9c
  1. 3
      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;

Loading…
Cancel
Save