asterisk/codecs
Kevin P. Fleming 96e4e31eeb Merged revisions 207647 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r207647 | kpfleming | 2009-07-21 08:04:44 -0500 (Tue, 21 Jul 2009) | 12 lines
  
  Ensure that user-provided CFLAGS and LDFLAGS are honored.
  
  This commit changes the build system so that user-provided flags (in ASTCFLAGS
  and ASTLDFLAGS) are supplied to the compiler/linker *after* all flags provided
  by the build system itself, so that the user can effectively override the
  build system's flags if desired. In addition, ASTCFLAGS and ASTLDFLAGS can now
  be provided *either* in the environment before running 'make', or as variable
  assignments on the 'make' command line. As a result, the use of COPTS and LDOPTS
  is no longer necessary, so they are no longer documented, but are still supported
  so as not to break existing build systems that supply them when building Asterisk.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-07-21 13:28:04 +00:00
..
g722 Shuttle some bits around to address some gain issues with G.722. 2009-05-15 17:59:08 +00:00
gsm Merged revisions 207647 via svnmerge from 2009-07-21 13:28:04 +00:00
ilbc Merged revisions 110880 via svnmerge from 2008-03-26 17:10:28 +00:00
lpc10 Merged revisions 207647 via svnmerge from 2009-07-21 13:28:04 +00:00
Makefile Merged revisions 207647 via svnmerge from 2009-07-21 13:28:04 +00:00
codec_a_mu.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_adpcm.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_alaw.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_dahdi.c Merged revisions 206635 via svnmerge from 2009-07-15 16:00:24 +00:00
codec_g722.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_g726.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_gsm.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_ilbc.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_lpc10.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_resample.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_speex.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
codec_ulaw.c Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
ex_adpcm.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
ex_alaw.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
ex_g722.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
ex_g726.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
ex_gsm.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
ex_ilbc.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
ex_lpc10.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
ex_speex.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
ex_ulaw.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
log2comp.h Merged revisions 109648 via svnmerge from 2008-03-18 19:24:15 +00:00