libg722_1 0.0.1
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
12/*! \file */
13
14#if !defined(_G722_1_H_)
15#define _G722_1_H_
16
17#undef G722_1_USE_FIXED_POINT
18
19#include <stdlib.h>
20#include <inttypes.h>
21#include <string.h>
22#include <limits.h>
23#include <time.h>
24#include <math.h>
25
26#include <g722_1/g722_1.h>
27
28#endif
29/*- End of file ------------------------------------------------------------*/