diff ppc/vc1dsp_altivec.c @ 5750:09f99af1db40 libavcodec

Sanitize altivec code so it can be built with runtime check properly
author lu_zero
date Tue, 02 Oct 2007 11:39:32 +0000
parents 2b72f9bc4f06
children f6c430823940
line wrap: on
line diff
--- a/ppc/vc1dsp_altivec.c	Tue Oct 02 10:34:57 2007 +0000
+++ b/ppc/vc1dsp_altivec.c	Tue Oct 02 11:39:32 2007 +0000
@@ -23,7 +23,7 @@
 
 #include "gcc_fixes.h"
 
-#include "dsputil_altivec.h"
+#include "util_altivec.h"
 
 // main steps of 8x8 transform
 #define STEP8(s0, s1, s2, s3, s4, s5, s6, s7, vec_rnd) \