# HG changeset patch # User conrad # Date 1237175802 0 # Node ID 4b1736ba9f2fa1a1fc9e85c2c57803b659669c36 # Parent e353d3a41e0b7fff490131d7f76e9e20632e2a88 Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references to it were removed in r6606 diff -r e353d3a41e0b -r 4b1736ba9f2f fft.c --- 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;