From: Stefan Knoblich Date: Tue, 16 Dec 2008 20:17:32 +0000 (+0000) Subject: Rename (unused) constant (fix for opensolaris) X-Git-Tag: v1.0.2~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7eefbabe58f7a6cce48f50c6d4b42574348340a;p=thirdparty%2Ffreeswitch.git Rename (unused) constant (fix for opensolaris) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10822 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/codec/ilbc/src/iLBC_define.h b/libs/codec/ilbc/src/iLBC_define.h index a5e3afe38d..410c259008 100644 --- a/libs/codec/ilbc/src/iLBC_define.h +++ b/libs/codec/ilbc/src/iLBC_define.h @@ -16,7 +16,7 @@ All Rights Reserved. /* general codec settings */ -#define FS (float)8000.0 +#define FREQ_S (float)8000.0 #define BLOCKL_20MS 160 #define BLOCKL_30MS 240 #define BLOCKL_MAX 240