summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmafixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmafixed.h')
-rw-r--r--apps/codecs/libwma/wmafixed.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmafixed.h b/apps/codecs/libwma/wmafixed.h
index 0ecdc5cfbc..d07acb3c6c 100644
--- a/apps/codecs/libwma/wmafixed.h
+++ b/apps/codecs/libwma/wmafixed.h
@@ -107,4 +107,5 @@ static inline fixed32 fixmul32(fixed32 x, fixed32 y)
107#endif 107#endif
108 108
109 109
110/* get fixmul32b from codeclib */ 110/* Inverse gain of circular cordic rotation in s0.31 format. */
111long fsincos(unsigned long phase, fixed32 *cos);