mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	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
This commit is contained in:
		@@ -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__) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user