diff options
Diffstat (limited to 'apps/codecs/lib/SOURCES')
-rw-r--r-- | apps/codecs/lib/SOURCES | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/codecs/lib/SOURCES b/apps/codecs/lib/SOURCES index cef214a3ab..cd38dc1545 100644 --- a/apps/codecs/lib/SOURCES +++ b/apps/codecs/lib/SOURCES | |||
@@ -3,16 +3,11 @@ codeclib.c | |||
3 | fixedpoint.c | 3 | fixedpoint.c |
4 | ffmpeg_bitstream.c | 4 | ffmpeg_bitstream.c |
5 | 5 | ||
6 | /* OLD MDCT */ | ||
7 | /* (when all other codecs are remediated this can be remoed) */ | ||
8 | mdct2.c | ||
9 | mdct_lookup.c | 6 | mdct_lookup.c |
10 | |||
11 | fft-ffmpeg.c | 7 | fft-ffmpeg.c |
12 | mdct.c | 8 | mdct.c |
13 | 9 | ||
14 | #ifdef CPU_ARM | 10 | #ifdef CPU_ARM |
15 | mdct_arm.S | ||
16 | ../../../firmware/target/arm/support-arm.S | 11 | ../../../firmware/target/arm/support-arm.S |
17 | #endif | 12 | #endif |
18 | 13 | ||