summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/vorbisfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/vorbisfile.c')
-rw-r--r--apps/codecs/Tremor/vorbisfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/vorbisfile.c b/apps/codecs/Tremor/vorbisfile.c
index 0f39826388..a32d9f2a48 100644
--- a/apps/codecs/Tremor/vorbisfile.c
+++ b/apps/codecs/Tremor/vorbisfile.c
@@ -763,7 +763,7 @@ int ov_clear(OggVorbis_File *vf){
763 763
764int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, 764int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
765 ov_callbacks callbacks){ 765 ov_callbacks callbacks){
766 #if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 766 #if defined(CPU_COLDFIRE)
767 /* this seems to be the closest we get to an init function, let's init emac 767 /* this seems to be the closest we get to an init function, let's init emac
768 here. rounding is disabled because of MULT31_SHIFT15, which will be 768 here. rounding is disabled because of MULT31_SHIFT15, which will be
769 inaccurate with rounding in its current incarnation */ 769 inaccurate with rounding in its current incarnation */