summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/dsputil_altivec.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-10-09 18:29:46 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-10-09 18:29:46 +0000
commitb420448e38ae27110953e857f5d65b58ccc8e688 (patch)
treeda7ef4f13a3e004bbc4a2e006bd016fb6503f6a9 /libavcodec/ppc/dsputil_altivec.h
parent1c2a417f6a51c94de6d8b64d2aecc476f89b50f1 (diff)
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/dsputil_altivec.h')
-rw-r--r--libavcodec/ppc/dsputil_altivec.h4
1 files changed, 0 insertions, 4 deletions
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_ */