Mercurial > libavcodec.hg
changeset 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 | e353d3a41e0b |
children | c1e6aaea75f2 |
files | fft.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;