diff ppc/mpegvideo_ppc.c @ 3973:b28edd190fc0 libavcodec

removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
author lu_zero
date Mon, 09 Oct 2006 18:29:46 +0000
parents c8c591fe26f8
children d5ba514e3f4a
line wrap: on
line diff
--- a/ppc/mpegvideo_ppc.c	Mon Oct 09 18:20:00 2006 +0000
+++ b/ppc/mpegvideo_ppc.c	Mon Oct 09 18:29:46 2006 +0000
@@ -48,11 +48,7 @@
         {
             s->dsp.idct_put = idct_put_altivec;
             s->dsp.idct_add = idct_add_altivec;
-#ifndef ALTIVEC_USE_REFERENCE_C_CODE
             s->dsp.idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
-#else /* ALTIVEC_USE_REFERENCE_C_CODE */
-            s->dsp.idct_permutation_type = FF_NO_IDCT_PERM;
-#endif /* ALTIVEC_USE_REFERENCE_C_CODE */
         }
       }