diff fft.c @ 9177:4b1736ba9f2f libavcodec

Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references to it were removed in r6606
author conrad
date Mon, 16 Mar 2009 03:56:42 +0000
parents dc19e4d7d0eb
children c5e8a5a044c3
line wrap: on
line diff
--- a/fft.c	Sun Mar 15 19:36:45 2009 +0000
+++ b/fft.c	Mon Mar 16 03:56:42 2009 +0000
@@ -106,7 +106,7 @@
         s->imdct_half = ff_imdct_half_3dn;
         s->fft_calc   = ff_fft_calc_3dn;
     }
-#elif HAVE_ALTIVEC && !defined ALTIVEC_USE_REFERENCE_C_CODE
+#elif HAVE_ALTIVEC
     has_vectors = mm_support();
     if (has_vectors & FF_MM_ALTIVEC) {
         s->fft_calc = ff_fft_calc_altivec;