summaryrefslogtreecommitdiff
path: root/apps/codecs/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-09-22 19:15:18 +0000
committerDave Chapman <dave@dchapman.com>2008-09-22 19:15:18 +0000
commit85807cd44ef931b25a283f8ddd733453e94f9966 (patch)
treea7245518ba1ae2566741990f55cae0bb5fab1772 /apps/codecs/SOURCES
parent80458b6222d417700eb4aaf1a9f71456f4512d28 (diff)
downloadrockbox-85807cd44ef931b25a283f8ddd733453e94f9966.tar.gz
rockbox-85807cd44ef931b25a283f8ddd733453e94f9966.zip
Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18566 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/SOURCES')
-rw-r--r--apps/codecs/SOURCES14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES
index 3038903f9e..bd82fcf2d6 100644
--- a/apps/codecs/SOURCES
+++ b/apps/codecs/SOURCES
@@ -5,25 +5,25 @@ mpa.c
5flac.c 5flac.c
6wav.c 6wav.c
7a52.c 7a52.c
8mpc.c
9wavpack.c 8wavpack.c
10#ifndef RB_PROFILE 9#ifndef RB_PROFILE
11alac.c 10alac.c
12#endif 11#endif
12#if MEMORYSIZE > 2
13mpc.c
13wma.c 14wma.c
14#if MEMORYSIZE > 1
15aac.c 15aac.c
16#endif 16sid.c
17ape.c 17ape.c
18nsf.c
19#endif
20spc.c
21asap.c
18mod.c 22mod.c
19shorten.c 23shorten.c
20aiff.c 24aiff.c
21speex.c 25speex.c
22sid.c
23adx.c 26adx.c
24nsf.c
25spc.c
26asap.c
27#if defined(HAVE_RECORDING) && !defined(SIMULATOR) 27#if defined(HAVE_RECORDING) && !defined(SIMULATOR)
28/* encoders */ 28/* encoders */
29aiff_enc.c 29aiff_enc.c