summaryrefslogtreecommitdiff
path: root/codecs/gsm/src/code.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/gsm/src/code.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/gsm/src/code.c')
-rw-r--r--codecs/gsm/src/code.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/codecs/gsm/src/code.c b/codecs/gsm/src/code.c
index 6358330e5..4d195dfbd 100644
--- a/codecs/gsm/src/code.c
+++ b/codecs/gsm/src/code.c
@@ -62,10 +62,6 @@ 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);