From: Luigi Rizzo Date: Mon, 25 Dec 2006 06:42:15 +0000 (+0000) Subject: provide INT16_MIN and INT16_MAX for platforms where they are not defined. X-Git-Tag: 1.6.0-beta1~3^2~3638 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ecb1751932fb31d7c5a570ba9fbf678f936d5a1;p=thirdparty%2Fasterisk.git provide INT16_MIN and INT16_MAX for platforms where they are not defined. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48959 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/codecs/g722/g722.h b/codecs/g722/g722.h index 95a9da8d01..f57b1c8825 100644 --- a/codecs/g722/g722.h +++ b/codecs/g722/g722.h @@ -46,6 +46,13 @@ enum G722_PACKED = 0x0002 }; +#ifndef INT16_MAX +#define INT16_MAX 32767 +#endif +#ifndef INT16_MIN +#define INT16_MIN (-32768) +#endif + typedef struct { /*! TRUE if the operating in the special ITU test mode, with the band split filters