aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/gsm
AgeCommit message (Expand)AuthorFilesLines
2010-03-16Use uname -s, as done in trunk.russell1-3/+3
2010-03-16Apply codec_gsm Mac OS X 10.6 build fix that is in trunk and 1.6.X.russell1-5/+12
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-1/+1
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming1-1/+1
2008-03-28Allow gsm to compile correctly on x86 with gcc4 optimizations.qwell1-3/+3
2008-03-21Don't attempt to do optimizations of gsm on mips platforms either.qwell1-3/+3
2008-01-11Add another exception (which doesn't work) for -march optimization flag.tilghman1-1/+1
2007-09-11(closes issue #10679)file2-2/+8
2007-02-17Filter out yet another architecture that does not work with the optimizationsrussell1-2/+2
2007-01-19Add a couple more processors that need optimizations excluded.russell1-3/+3
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming1-0/+1
2006-11-01Fixes for cross-compilation on mips russell1-3/+3
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-1/+5
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-6/+1
2006-09-19be a little more consistent with our variable usageqwell1-5/+5
2006-08-24fix codec_gsm build for powerpcrussell1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-3/+3
2006-07-24Added a small fix to exclude the AMD optimized assembly file from being inclu...murf1-2/+2
2006-07-07eliminate warning about unused variable that occurs in some casesrussell1-0/+2
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...kpfleming1-8/+3
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming1-10/+4
2006-05-30Merged revisions 30874 via svnmerge from kpfleming1-2/+2
2006-05-30Merged revisions 30802 via svnmerge from kpfleming1-1/+1
2006-05-25use the proper method for adding a new entrykpfleming1-2/+1
2006-05-25Merged revisions 30296 via svnmerge from kpfleming1-0/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-3/+0
2006-03-30Add more 64-bit detection goodness (issue #6850 reported by evilbunny)file1-3/+3
2006-03-13Bug 6709 - Simplify extensive embedded ifneq logic (and fix missing endif's)tilghman1-51/+11
2006-03-12Merged revisions 12577 via svnmerge from russell1-0/+2
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming1-1/+1
2006-02-14set proper mime-type and eol-style on all fileskpfleming1-253/+253
2006-02-11fix compiler warningskpfleming1-4/+4
2006-02-10Lots of little fixes for doing MSVC compiling codecs in windows (#6022)mattf10-52/+300
2006-01-20fix for codec_gsm on ia64 (#6294)mattf1-0/+6
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming28-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-1/+0
2005-11-08issue #5572kpfleming1-1/+0
2005-11-01issue #4678kpfleming1-1/+6
2005-06-18Fix ipaq build (bug #4545)markster1-0/+6
2005-05-13Makefile update for codec_gsm.c to cross compile for powerpc (bug #4228)mattf1-0/+4
2005-04-21fix various compiler warningskpfleming7-20/+16
2005-03-27Fix cross compiling (bug #3868)markster1-0/+4
2005-03-05Flush out app stuff, make profiling easier to turn on/offmarkster1-2/+2
2004-12-21Fix GSM makefile for OpenBSD (bug #3102)markster1-0/+2
2004-12-20Fix Makefile for ppc64 (bug #3111)markster1-0/+6
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+2
2004-12-13Fix minor makefile issues (bug #3036)markster1-1/+1
2004-08-31More Asterisk sparc patches (courtesy Belgarath)markster1-0/+9
2004-08-31Adjust Makefiles to support Ultrasparc architecture (thanks Belgarath) (bug #...markster1-2/+9
2004-06-26Merge source cleanups (bug #1911)markster1-9/+23