libg722_1
0.0.1
|
00001 /* 00002 * g722_1 - a library for the G.722.1 codec 00003 * 00004 * g722_1.h - The head guy amongst the headers 00005 * 00006 * This program is distributed in the hope that it will be useful, 00007 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00008 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00009 * GNU General Public License for more details. 00010 * 00011 * $Id: g722_1.h.in,v 1.1.1.1 2008/09/20 09:47:17 steveu Exp $ 00012 */ 00013 00014 /*! \file */ 00015 00016 #if !defined(_G722_1_H_) 00017 #define _G722_1_H_ 00018 00019 #undef G722_1_USE_FIXED_POINT 00020 00021 #include <stdlib.h> 00022 #include <inttypes.h> 00023 #include <string.h> 00024 #include <limits.h> 00025 #include <time.h> 00026 #include <math.h> 00027 00028 #include <g722_1/g722_1.h> 00029 00030 #endif 00031 /*- End of file ------------------------------------------------------------*/