From 2722c98128657966d4a6f4130686d6cb9bc9b9aa Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 24 Aug 2007 23:01:50 +0000 Subject: Remove HAVE_ALTIVEC preprocessor directives that are only compiled when AltiVec is enabled anyway. Originally committed as revision 10216 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/dsputil_altivec.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/ppc/dsputil_altivec.h') diff --git a/libavcodec/ppc/dsputil_altivec.h b/libavcodec/ppc/dsputil_altivec.h index 7762d34340..846b4c4d68 100644 --- a/libavcodec/ppc/dsputil_altivec.h +++ b/libavcodec/ppc/dsputil_altivec.h @@ -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 @@ static inline vector unsigned char unaligned_load(int offset, uint8_t *src) return vec_perm(first, second, mask); } -#endif /* HAVE_ALTIVEC */ - #endif /* DSPUTIL_ALTIVEC_H */ -- cgit v1.2.3