]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references
authorconrad <conrad@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 16 Mar 2009 03:56:42 +0000 (03:56 +0000)
committerconrad <conrad@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 16 Mar 2009 03:56:42 +0000 (03:56 +0000)
to it were removed in r6606

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17997 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/fft.c

index 296f634663366301f5cefd2392d00b17e9c873fb..a3f115147210251fd07045cb936d053042dbae05 100644 (file)
@@ -106,7 +106,7 @@ av_cold int ff_fft_init(FFTContext *s, int nbits, int inverse)
         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;