summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2005-07-24 15:32:28 +0000
committerMagnus Holmgren <magnushol@gmail.com>2005-07-24 15:32:28 +0000
commit4a53787992b396d28c001f7567bc91644fae861c (patch)
tree0ab4fee5b878e957fa781d6581efbe6f103c0fd2 /firmware/app.lds
parent6bd8e5db08e42130d1a72377b3c0cec0b8d57a69 (diff)
ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.
Note that there is a small delay from leaving a setting until the change can be heard (due to audio data buffering). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7234 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index ef7cb19d33..0c9fa8d834 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -179,6 +179,11 @@ SECTIONS
_iramcopy = .;
} > DRAM
+ /DISCARD/ :
+ {
+ *(.eh_frame)
+ }
+
.iram IRAMORIG : AT ( _iramcopy)
{
_iramstart = .;