diff ppc/dsputil_altivec.h @ 5585:f644e7c90380 libavcodec

Remove HAVE_ALTIVEC preprocessor directives that are only compiled when AltiVec is enabled anyway.
author diego
date Fri, 24 Aug 2007 23:01:50 +0000
parents 2089dcb2b18a
children 09f99af1db40
line wrap: on
line diff
--- a/ppc/dsputil_altivec.h	Fri Aug 24 15:42:50 2007 +0000
+++ b/ppc/dsputil_altivec.h	Fri Aug 24 23:01:50 2007 +0000
@@ -25,8 +25,6 @@
 
 #include "dsputil_ppc.h"
 
-#ifdef HAVE_ALTIVEC
-
 extern int has_altivec(void);
 
 void put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
@@ -112,6 +110,4 @@
     return vec_perm(first, second, mask);
 }
 
-#endif /* HAVE_ALTIVEC */
-
 #endif /* DSPUTIL_ALTIVEC_H */