diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2007-09-20 13:52:41 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2007-09-20 13:52:41 +0000 |
| commit | 4d853fff2f8f79e896643ca02b566c0708262e98 (patch) | |
| tree | d6a80a8eba1e95850cf727257acb7fe06343fe8c /apps/codecs | |
| parent | 1be7314b39a2c05d6c5c10ae4333e0a317e180af (diff) | |
| download | rockbox-4d853fff2f8f79e896643ca02b566c0708262e98.zip rockbox-4d853fff2f8f79e896643ca02b566c0708262e98.tar.gz rockbox-4d853fff2f8f79e896643ca02b566c0708262e98.tar.bz2 rockbox-4d853fff2f8f79e896643ca02b566c0708262e98.tar.xz | |
fix a warning for coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14779 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/libwma/wmafixed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libwma/wmafixed.h b/apps/codecs/libwma/wmafixed.h index 0a6e8f6..8db1014 100644 --- a/apps/codecs/libwma/wmafixed.h +++ b/apps/codecs/libwma/wmafixed.h @@ -96,6 +96,8 @@ static inline int32_t fixmul32(int32_t x, int32_t y) ); return x; } + +fixed32 fixmul32b(fixed32 x, fixed32 y); #else fixed32 fixmul32(fixed32 x, fixed32 y); |