blob: e71b749db7a0bce2e52f46538ec37fe76a93ed21 [file] [log] [blame]
Alexandre Lision17b60c32014-02-03 14:37:59 -05001/* pjmedia/include/pjmedia-codec/config_auto.h. Generated from config_auto.h.in by configure. */
2/* $Id: config_auto.h.in 4331 2013-01-23 06:18:18Z ming $ */
3/*
4 * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com)
5 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21#ifndef __PJMEDIA_CODEC_CONFIG_AUTO_H_
22#define __PJMEDIA_CODEC_CONFIG_AUTO_H_
23
24/**
25 * @file config_auto.h
26 * @brief PJMEDIA-CODEC configuration as set by autoconf script
27 */
28
29/*
30 * Note:
31 * The configuration in config_site.h overrides any other settings,
32 * including the setting as detected by autoconf.
33 */
34
35/* L16 codec */
36#ifndef PJMEDIA_HAS_L16_CODEC
37#define PJMEDIA_HAS_L16_CODEC 0
38#endif
39
40
41/* GSM codec */
42#ifndef PJMEDIA_HAS_GSM_CODEC
43#define PJMEDIA_HAS_GSM_CODEC 0
44#endif
45
46/* #undef PJMEDIA_EXTERNAL_GSM_CODEC */
47/* #undef PJMEDIA_EXTERNAL_GSM_GSM_H */
48/* #undef PJMEDIA_EXTERNAL_GSM_H */
49
50/* Speex codec */
51#ifndef PJMEDIA_HAS_SPEEX_CODEC
52#define PJMEDIA_HAS_SPEEX_CODEC 0
53#endif
54
55/* #undef PJMEDIA_EXTERNAL_SPEEX_CODEC */
56
57/* iLBC codec */
58#ifndef PJMEDIA_HAS_ILBC_CODEC
59#define PJMEDIA_HAS_ILBC_CODEC 0
60#endif
61
62
63/* G722 codec */
64#ifndef PJMEDIA_HAS_G722_CODEC
65#define PJMEDIA_HAS_G722_CODEC 0
66#endif
67
68/* G7221 codec */
69#ifndef PJMEDIA_HAS_G7221_CODEC
70#define PJMEDIA_HAS_G7221_CODEC 0
71#endif
72
73/* OpenCORE AMR-NB codec */
74#ifndef PJMEDIA_HAS_OPENCORE_AMRNB_CODEC
75#define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0
76#endif
77
78/* OpenCORE AMR-WB codec */
79#ifndef PJMEDIA_HAS_OPENCORE_AMRWB_CODEC
80#define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0
81#endif
82
83/* SILK codec */
84#ifndef PJMEDIA_HAS_SILK_CODEC
85#define PJMEDIA_HAS_SILK_CODEC 0
86#endif
87
88#endif /* __PJMEDIA_CODEC_CONFIG_AUTO_H_ */
89
90