# HG changeset patch # User lorenm # Date 1218500841 0 # Node ID f04ff5a6fb5512a8199bc727d71b3febacc64d18 # Parent a8a8205a9081d2805acd770d422e4e65cc11bddf indent diff -r a8a8205a9081 -r f04ff5a6fb55 Makefile --- a/Makefile Tue Aug 12 00:26:58 2008 +0000 +++ b/Makefile Tue Aug 12 00:27:21 2008 +0000 @@ -389,10 +389,10 @@ i386/idct_mmx_xvid.o \ i386/idct_sse2_xvid.o \ -OBJS-$(HAVE_YASM) += i386/fft_mmx.o \ - i386/fft_sse.o \ - i386/fft_3dn.o \ - i386/fft_3dn2.o \ +OBJS-$(HAVE_YASM) += i386/fft_mmx.o \ + i386/fft_sse.o \ + i386/fft_3dn.o \ + i386/fft_3dn2.o \ OBJS-$(CONFIG_GPL) += i386/idct_mmx.o diff -r a8a8205a9081 -r f04ff5a6fb55 fft.c --- a/fft.c Tue Aug 12 00:26:58 2008 +0000 +++ b/fft.c Tue Aug 12 00:27:21 2008 +0000 @@ -164,15 +164,14 @@ } while (nblocks != 0); av_freep(&s->exptab); - /* compute bit reverse table */ - - for(i=0;i> j) & 1) << (nbits-j-1); + /* compute bit reverse table */ + for(i=0;i> j) & 1) << (nbits-j-1); + } + s->revtab[i]=m; } - s->revtab[i]=m; - } } return 0;