diff ppc/dsputil_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 b6f6bf155661
children 38ccf93476a1
line wrap: on
line diff
--- a/ppc/dsputil_ppc.c	Mon Oct 09 18:20:00 2006 +0000
+++ b/ppc/dsputil_ppc.c	Mon Oct 09 18:29:46 2006 +0000
@@ -291,11 +291,7 @@
         {
             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 */
         }
         }