diff options
| -rw-r--r-- | apps/codecs/libwma/wmafixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmafixed.c b/apps/codecs/libwma/wmafixed.c index 6cb3d3c..45a827a 100644 --- a/apps/codecs/libwma/wmafixed.c +++ b/apps/codecs/libwma/wmafixed.c @@ -56,7 +56,7 @@ fixed64 Fixed32To64(fixed32 x) #elif defined(CPU_COLDFIRE) -static inline int32_t fixmul32(int32_t x, int32_t y) +inline int32_t fixmul32(int32_t x, int32_t y) { #if PRECISION != 16 #warning Coldfire fixmul32() only works for PRECISION == 16 |