summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libmad/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libmad/SOURCES')
-rw-r--r--lib/rbcodec/codecs/libmad/SOURCES14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libmad/SOURCES b/lib/rbcodec/codecs/libmad/SOURCES
new file mode 100644
index 0000000000..d81804ca38
--- /dev/null
+++ b/lib/rbcodec/codecs/libmad/SOURCES
@@ -0,0 +1,14 @@
1bit.c
2frame.c
3huffman.c
4layer12.c
5layer3.c
6stream.c
7synth.c
8#if defined(CPU_COLDFIRE)
9imdct_mcf5249.S
10#endif
11#if defined(CPU_ARM)
12imdct_l_arm.S
13synth_full_arm.S
14#endif