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/SOURCES7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/codecs/lib/SOURCES b/apps/codecs/lib/SOURCES
index 65a656526a..9c6d4e7ff6 100644
--- a/apps/codecs/lib/SOURCES
+++ b/apps/codecs/lib/SOURCES
@@ -1,5 +1,12 @@
1#if CONFIG_CODEC == SWCODEC /* software codec platforms */ 1#if CONFIG_CODEC == SWCODEC /* software codec platforms */
2codeclib.c 2codeclib.c
3
4
5mdct2.c
6#ifdef CPU_ARM
7mdct_arm.S
8#endif
9
3#elif defined(SIMULATOR) && defined(__APPLE__) 10#elif defined(SIMULATOR) && defined(__APPLE__)
4osx.dummy.c 11osx.dummy.c
5#endif 12#endif