asterisk/codecs
Kevin P. Fleming 7cf70df999 Use "-march=native" when possible.
Recent versions of GCC have a tuning option value of 'native', which causes
the compiler to optimize the build for the CPU the compile is performed on.
Since most people are building Asterisk on the machine they plan to run it on,
the configure script and build system will now use this value unless a different
value is specified by the user in CFLAGS when the configure script is executed.
In addition, this value will be used for building the GSM and LPC10 codecs as
well, in preference to the logic that has been in their Makefiles forever to
optimize for certain types of CPUs.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@310332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2011-03-11 15:09:23 +00:00
..
g722 Shuttle some bits around to address some gain issues with G.722. 2009-05-15 17:59:08 +00:00
gsm Use "-march=native" when possible. 2011-03-11 15:09:23 +00:00
ilbc Merged revisions 110880 via svnmerge from 2008-03-26 17:10:28 +00:00
lpc10 Use "-march=native" when possible. 2011-03-11 15:09:23 +00:00
speex Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
Makefile Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
codec_a_mu.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_adpcm.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_alaw.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_dahdi.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_g722.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_g726.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_gsm.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_ilbc.c Replace ast_log(LOG_DEBUG, ...) with ast_debug() 2011-02-04 16:55:39 +00:00
codec_lpc10.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
codec_resample.c Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
codec_speex.c Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
codec_ulaw.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_adpcm.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_alaw.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_g722.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_g726.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_gsm.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_ilbc.h Fix compile error in codec ilbc translator. 2011-02-04 16:42:15 +00:00
ex_lpc10.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_speex.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
ex_ulaw.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
log2comp.h Merged revisions 109648 via svnmerge from 2008-03-18 19:24:15 +00:00