| Index: patched-ffmpeg-mt/libavcodec/ppc/fdct_altivec.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/ppc/fdct_altivec.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/ppc/fdct_altivec.c (working copy)
|
| @@ -25,8 +25,8 @@
|
| #include "libavutil/common.h"
|
| #include "libavcodec/dsputil.h"
|
| #include "dsputil_ppc.h"
|
| +#include "dsputil_altivec.h"
|
|
|
| -
|
| #define vs16(v) ((vector signed short)(v))
|
| #define vs32(v) ((vector signed int)(v))
|
| #define vu8(v) ((vector unsigned char)(v))
|
|
|