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 00012 /*! \file */ 00013 00014 #if !defined(_G722_1_H_) 00015 #define _G722_1_H_ 00016 00017 #undef G722_1_USE_FIXED_POINT 00018 00019 #include <stdlib.h> 00020 #include <inttypes.h> 00021 #include <string.h> 00022 #include <limits.h> 00023 #include <time.h> 00024 #include <math.h> 00025 00026 #include <g722_1/g722_1.h> 00027 00028 #endif 00029 /*- End of file ------------------------------------------------------------*/