提交 d9327d3b authored 作者: Michael Jerris's avatar Michael Jerris

fixing windows build 1/2

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11593 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 fdd4e9a7
差异被折叠。
/*
* g722_1 - a library for the G.722.1 codec
*
* g722_1.h - The head guy amongst the headers
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* $Id: g722_1.h.in,v 1.1.1.1 2008/09/20 09:47:17 steveu Exp $
*/
/*! \file */
#if !defined(_G722_1_H_)
#define _G722_1_H_
#undef G722_1_USE_FIXED_POINT
#include <stdlib.h>
#include <inttypes.h>
#include <string.h>
#include <limits.h>
#include <time.h>
#include <math.h>
#include <g722_1/g722_1.h>
#endif
/*- End of file ------------------------------------------------------------*/
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论