[Asterisk-cvs] asterisk/codecs/gsm/src code.c,1.2,1.3
markster at lists.digium.com
markster at lists.digium.com
Mon Oct 27 13:34:34 CST 2003
Update of /usr/cvsroot/asterisk/codecs/gsm/src
In directory mongoose.digium.com:/tmp/cvs-serv7238/codecs/gsm/src
Modified Files:
code.c
Log Message:
More cleanups and OSX fixes for 10.3
Index: code.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/src/code.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- code.c 19 Aug 2003 16:42:30 -0000 1.2
+++ code.c 27 Oct 2003 20:00:41 -0000 1.3
@@ -62,6 +62,10 @@
word so[160];
+#if !(defined(__GNUC__) && defined(__i386__))
+ longword ltmp;
+#endif
+
Gsm_Preprocess (S, s, so);
Gsm_LPC_Analysis (S, so, LARc);
Gsm_Short_Term_Analysis_Filter (S, LARc, so);
More information about the svn-commits
mailing list