[FFmpeg-cvslog] r17997 - trunk/libavcodec/fft.c
conrad
subversion
Mon Mar 16 04:56:43 CET 2009
Author: conrad
Date: Mon Mar 16 04:56:42 2009
New Revision: 17997
Log:
Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references
to it were removed in r6606
Modified:
trunk/libavcodec/fft.c
Modified: trunk/libavcodec/fft.c
==============================================================================
--- trunk/libavcodec/fft.c Mon Mar 16 00:54:53 2009 (r17996)
+++ trunk/libavcodec/fft.c Mon Mar 16 04:56:42 2009 (r17997)
@@ -106,7 +106,7 @@ av_cold int ff_fft_init(FFTContext *s, i
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;
More information about the ffmpeg-cvslog
mailing list