summaryrefslogtreecommitdiff
path: root/apps/codecs/libFLAC/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-19 22:11:29 +0000
committerDave Chapman <dave@dchapman.com>2005-02-19 22:11:29 +0000
commite9edc8f82df2c182c2453720a79ad37c55e6ef4b (patch)
tree4f3eea003ae0124feb2afb51d3a32bce56108f6f /apps/codecs/libFLAC/SOURCES
parenta3ed6e9c7a90cd5dcffed397c894e480672d667c (diff)
downloadrockbox-e9edc8f82df2c182c2453720a79ad37c55e6ef4b.tar.gz
rockbox-e9edc8f82df2c182c2453720a79ad37c55e6ef4b.zip
Thom Johansen's first EMAC optimisation for the Coldfire - about a 3%-4% speedup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6024 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libFLAC/SOURCES')
-rw-r--r--apps/codecs/libFLAC/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/libFLAC/SOURCES b/apps/codecs/libFLAC/SOURCES
index fc793f5e10..7f5abc26fb 100644
--- a/apps/codecs/libFLAC/SOURCES
+++ b/apps/codecs/libFLAC/SOURCES
@@ -10,3 +10,6 @@ md5.c
10memory.c 10memory.c
11seekable_stream_decoder.c 11seekable_stream_decoder.c
12stream_decoder.c 12stream_decoder.c
13#if CONFIG_CPU==MCF5249
14coldfire.c
15#endif