diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2008-07-28 22:43:41 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2008-07-28 22:43:41 +0000 |
| commit | 52bdcbae856b07d3a793615b98dff338d26302ec (patch) | |
| tree | 9ee975d98287ca851664cbc626e7d006c0a4264b /apps/codecs/SOURCES | |
| parent | c323d533c29fcf420df6b63ccf5c37340c7ba6c5 (diff) | |
| download | rockbox-52bdcbae856b07d3a793615b98dff338d26302ec.zip rockbox-52bdcbae856b07d3a793615b98dff338d26302ec.tar.gz rockbox-52bdcbae856b07d3a793615b98dff338d26302ec.tar.bz2 rockbox-52bdcbae856b07d3a793615b98dff338d26302ec.tar.xz | |
Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18142 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/SOURCES')
| -rw-r--r-- | apps/codecs/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES index 25ca549..3038903 100644 --- a/apps/codecs/SOURCES +++ b/apps/codecs/SOURCES @@ -7,7 +7,9 @@ wav.c a52.c mpc.c wavpack.c +#ifndef RB_PROFILE alac.c +#endif wma.c #if MEMORYSIZE > 1 aac.c |