aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/gsm/src/code.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/gsm/src/code.c')
-rwxr-xr-xcodecs/gsm/src/code.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/codecs/gsm/src/code.c b/codecs/gsm/src/code.c
index 4d195dfbd..6358330e5 100755
--- a/codecs/gsm/src/code.c
+++ b/codecs/gsm/src/code.c
@@ -62,6 +62,10 @@ void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc),
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);