[FFmpeg-cvslog] r16091 - trunk/libavcodec/ppc/imgresample_altivec.c
lu_zero
subversion
Sat Dec 13 11:49:39 CET 2008
Author: lu_zero
Date: Sat Dec 13 11:49:38 2008
New Revision: 16091
Log:
Unbreak imgresample altivec
Modified:
trunk/libavcodec/ppc/imgresample_altivec.c
Modified: trunk/libavcodec/ppc/imgresample_altivec.c
==============================================================================
--- trunk/libavcodec/ppc/imgresample_altivec.c (original)
+++ trunk/libavcodec/ppc/imgresample_altivec.c Sat Dec 13 11:49:38 2008
@@ -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;
More information about the ffmpeg-cvslog
mailing list