libg722_1  0.0.1
generated/g722_1.h
Go to the documentation of this file.
1 /*
2  * g722_1 - a library for the G.722.1 codec
3  *
4  * g722_1.h - The head guy amongst the headers
5  *
6  * This program is distributed in the hope that it will be useful,
7  * but WITHOUT ANY WARRANTY; without even the implied warranty of
8  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9  * GNU General Public License for more details.
10  *
11  * $Id: g722_1.h.in,v 1.1.1.1 2008/09/20 09:47:17 steveu Exp $
12  */
13 
14 /*! \file */
15 
16 #if !defined(_G722_1_H_)
17 #define _G722_1_H_
18 
19 #undef G722_1_USE_FIXED_POINT
20 
21 #include <stdlib.h>
22 #include <inttypes.h>
23 #include <string.h>
24 #include <limits.h>
25 #include <time.h>
26 #include <math.h>
27 
28 #include <g722_1/g722_1.h>
29 
30 #endif
31 /*- End of file ------------------------------------------------------------*/