summaryrefslogtreecommitdiff
path: root/codecs/lpc10/irc2pc.c
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2006-02-10 23:37:27 +0000
committerMatthew Fredrickson <creslin@digium.com>2006-02-10 23:37:27 +0000
commit4f803dfda0ea9b498b887f8ba28fd5b1ba9dbc04 (patch)
tree57c12cf4eda0931613bfedd345484014eeabeb2f /codecs/lpc10/irc2pc.c
parentc344781c4bba6d7cb00aeaeb7348ab6228f2f771 (diff)
Lots of little fixes for doing MSVC compiling codecs in windows (#6022)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9450 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/lpc10/irc2pc.c')
-rw-r--r--codecs/lpc10/irc2pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/lpc10/irc2pc.c b/codecs/lpc10/irc2pc.c
index 412feb72a..8150c930d 100644
--- a/codecs/lpc10/irc2pc.c
+++ b/codecs/lpc10/irc2pc.c
@@ -132,7 +132,7 @@ extern int irc2pc_(real *rc, real *pc, integer *order, real *gprime, real *g2pas
for (i__ = 1; i__ <= i__1; ++i__) {
*g2pass *= 1.f - rc[i__] * rc[i__];
}
- *g2pass = *gprime * sqrt(*g2pass);
+ *g2pass = *gprime * (real)sqrt(*g2pass);
pc[1] = rc[1];
i__1 = *order;
for (i__ = 2; i__ <= i__1; ++i__) {