summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/lib/SOURCES')
-rw-r--r--apps/codecs/lib/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/lib/SOURCES b/apps/codecs/lib/SOURCES
index da77f97d30..438cd1fc62 100644
--- a/apps/codecs/lib/SOURCES
+++ b/apps/codecs/lib/SOURCES
@@ -4,14 +4,14 @@ fixedpoint.c
4 4
5/* OLD MDCT */ 5/* OLD MDCT */
6/* (when all other codecs are remediated this can be remoed) */ 6/* (when all other codecs are remediated this can be remoed) */
7mdct2.c 7/* mdct2.c */
8mdct_lookup.c 8mdct_lookup.c
9 9
10fft-ffmpeg.c 10fft-ffmpeg.c
11mdct.c 11mdct.c
12 12
13#ifdef CPU_ARM 13#ifdef CPU_ARM
14mdct_arm.S 14/*mdct_arm.S*/
15setjmp_arm.S 15setjmp_arm.S
16../../../firmware/target/arm/support-arm.S 16../../../firmware/target/arm/support-arm.S
17#endif 17#endif