From b420448e38ae27110953e857f5d65b58ccc8e688 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 9 Oct 2006 18:29:46 +0000 Subject: removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore Originally committed as revision 6606 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 3b2869d375..f9572d5202 100644 --- a/libavcodec/ppc/dsputil_altivec.h +++ b/libavcodec/ppc/dsputil_altivec.h @@ -67,10 +67,6 @@ void avg_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, #define vcii(a,b,c,d) (const vector float){FLOAT_ ## a, FLOAT_ ## b, FLOAT_ ## c, FLOAT_ ## d} #endif -#else /* HAVE_ALTIVEC */ -#ifdef ALTIVEC_USE_REFERENCE_C_CODE -#error "I can't use ALTIVEC_USE_REFERENCE_C_CODE if I don't use HAVE_ALTIVEC" -#endif /* ALTIVEC_USE_REFERENCE_C_CODE */ #endif /* HAVE_ALTIVEC */ #endif /* _DSPUTIL_ALTIVEC_ */ -- cgit v1.2.3