diff dsputil.h @ 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 efa3c1f9259a
children 1d83e9c34641
line wrap: on
line diff
--- a/dsputil.h	Tue Oct 02 10:34:57 2007 +0000
+++ b/dsputil.h	Tue Oct 02 11:39:32 2007 +0000
@@ -557,12 +557,6 @@
 
 extern int mm_flags;
 
-#if defined(HAVE_ALTIVEC) && !defined(__APPLE_CC__)
-#define pixel altivec_pixel
-#include <altivec.h>
-#undef pixel
-#endif
-
 #define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(16, t, v)
 #define STRIDE_ALIGN 16