From 17570b073ed4a703c02622f35012f2861f8eb095 Mon Sep 17 00:00:00 2001 From: saratoga Date: Sun, 10 May 2009 23:32:53 +0000 Subject: [PATCH] Actually remove the unneeded files in the last commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20903 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/mdct2.c | 3 ++- apps/codecs/libcook/dsputil.h | 0 apps/codecs/libcook/fft.c | 0 apps/codecs/libcook/mdct.c | 0 apps/plugins/SOURCES | 1 + 5 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 apps/codecs/libcook/dsputil.h delete mode 100644 apps/codecs/libcook/fft.c delete mode 100644 apps/codecs/libcook/mdct.c diff --git a/apps/codecs/lib/mdct2.c b/apps/codecs/lib/mdct2.c index c38f92db2..265985dd4 100644 --- a/apps/codecs/lib/mdct2.c +++ b/apps/codecs/lib/mdct2.c @@ -403,7 +403,6 @@ void mdct_backward(int n, int32_t *in, int32_t *out) { mdct_butterflies(out+n2,n2,shift); mdct_bitreverse(out,n,step,shift); /* rotate + window */ - step>>=2; { int32_t *oX1=out+n2+n4; @@ -517,5 +516,7 @@ void mdct_backward(int n, int32_t *in, int32_t *out) { oX1[3]= iX[0]; iX+=4; }while(oX1>oX2); + + } } diff --git a/apps/codecs/libcook/dsputil.h b/apps/codecs/libcook/dsputil.h deleted file mode 100644 index e69de29bb..000000000 diff --git a/apps/codecs/libcook/fft.c b/apps/codecs/libcook/fft.c deleted file mode 100644 index e69de29bb..000000000 diff --git a/apps/codecs/libcook/mdct.c b/apps/codecs/libcook/mdct.c deleted file mode 100644 index e69de29bb..000000000 diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a695478e4..0779a7c04 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -18,6 +18,7 @@ stats.c stopwatch.c vbrfix.c viewer.c +test_codec.c #ifdef HAVE_BACKLIGHT lamp.c #endif /* HAVE_BACKLIGHT */ -- 2.11.4.GIT