asterisk/codecs
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
build times - tested, there is no measureable difference before and
after this commit.

In this change:

use asterisk/compat.h to include a small set of system headers:
inttypes.h, unistd.h, stddef.h, stddint.h, sys/types.h, stdarg.h,
stdlib.h, alloca.h, stdio.h

Where available, the inclusion is conditional on HAVE_FOO_H as determined
by autoconf.

Normally, source files should not include any of the above system headers,
and instead use either "asterisk.h" or "asterisk/compat.h" which does it
better. 

For the time being I have left alone second-level directories
(main/db1-ast, etc.).



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89333 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-11-16 20:04:58 +00:00
..
g722 clean up assembler and preprocessor files if they are here too 2007-10-29 22:24:44 +00:00
gsm Merged revisions 82265 via svnmerge from 2007-09-11 21:43:47 +00:00
ilbc clean up assembler and preprocessor files if they are here too 2007-10-29 22:24:44 +00:00
lpc10 clean up assembler and preprocessor files if they are here too 2007-10-29 22:24:44 +00:00
adpcm_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
codec_a_mu.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_adpcm.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_alaw.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_g722.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_g726.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_gsm.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_ilbc.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_lpc10.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_speex.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_ulaw.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
codec_zap.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
g722_slin_ex.h Add codec G.722 support. 2006-12-21 00:08:21 +00:00
g726_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
gsm_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
ilbc_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
log2comp.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
lpc10_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
Makefile Merged revisions 49457,49460-49461 via svnmerge from 2007-01-04 18:19:55 +00:00
slin_adpcm_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_g722_ex.h Add codec G.722 support. 2006-12-21 00:08:21 +00:00
slin_g726_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_gsm_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_ilbc_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_lpc10_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_speex_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
slin_ulaw_ex.h This change set fixes bug 8126 in trunk. It is implemented via compile time options, activated via the menuselect stuff, which defaults to the old way. non-zero sample data added. Translate tables expressed in microseconds instead of milliseconds, with 5-digit data now instead of 3, giving 2 more digits of precision. 2007-08-20 22:53:48 +00:00
speex_slin_ex.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
ulaw_slin_ex.h This change set fixes bug 8126 in trunk. It is implemented via compile time options, activated via the menuselect stuff, which defaults to the old way. non-zero sample data added. Translate tables expressed in microseconds instead of milliseconds, with 5-digit data now instead of 3, giving 2 more digits of precision. 2007-08-20 22:53:48 +00:00