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_ppc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/ppc/dsputil_ppc.c') diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c index f4c6b6c096..48076d25a3 100644 --- a/libavcodec/ppc/dsputil_ppc.c +++ b/libavcodec/ppc/dsputil_ppc.c @@ -291,11 +291,7 @@ void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx) { c->idct_put = idct_put_altivec; c->idct_add = idct_add_altivec; - #ifndef ALTIVEC_USE_REFERENCE_C_CODE c->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM; - #else /* ALTIVEC_USE_REFERENCE_C_CODE */ - c->idct_permutation_type = FF_NO_IDCT_PERM; - #endif /* ALTIVEC_USE_REFERENCE_C_CODE */ } } -- cgit v1.2.3