diff ppc/mpegvideo_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 55ed6dc5d476
children 3260fa3c89eb
line wrap: on
line diff
--- a/ppc/mpegvideo_altivec.c	Tue Oct 02 10:34:57 2007 +0000
+++ b/ppc/mpegvideo_altivec.c	Tue Oct 02 11:39:32 2007 +0000
@@ -28,8 +28,8 @@
 
 #include "gcc_fixes.h"
 
-#include "dsputil_altivec.h"
-
+#include "dsputil_ppc.h"
+#include "util_altivec.h"
 // Swaps two variables (used for altivec registers)
 #define SWAP(a,b) \
 do { \