summaryrefslogtreecommitdiff
path: root/codecs/Makefile
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-03-27core: Remove embedded module supportSean Bright
2015-04-14Build System: Create Makefile macro MOD_ADD_SOURCE.Corey Farrell
2013-03-19Multiple revisions 383341-383342David M. Lee
2012-10-14Title updateAndrew Latham
2012-09-25Make rebuild GSM, ilbc, or lpc10 codecs if the respective sources change.Richard Mudgett
2012-07-23Enable usage of system-provided iLBC library.Kevin P. Fleming
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2010-03-23Change per-file debug and verbose levels to be per-module, the wayKevin P. Fleming
2009-07-21Merged revisions 207647 via svnmerge from Kevin P. Fleming
2009-05-15Further simplify codec_g722 build.Russell Bryant
2009-05-15Actually force running make for g722.Russell Bryant
2008-08-07More merges from resolve-shadow warnings:Sean Bright
2008-03-26Merged revisions 110880 via svnmerge from Kevin P. Fleming
2008-03-11Merged revisions 107464 via svnmerge from Kevin P. Fleming
2008-01-10Fix this so it doesn't force codec_g722 to get relinked every timeRussell Bryant
2008-01-10Ensure that libg722.a gets rebuilt if one of the files changesRussell Bryant
2008-01-02and now just to keep the libresample party going... if the functions from lib...Kevin P. Fleming
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...Kevin P. Fleming
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asRussell Bryant
2008-01-01Fix building of codec_resample on platforms other then Cygwin. On everything ...Joshua Colp
2008-01-01make codec_resample build on __CYGWIN__, and make it load on FreeBSDLuigi Rizzo
2007-12-31Merge changes from team/russell/codec_resampleRussell Bryant
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-01-04Merged revisions 49457,49460-49461 via svnmerge from Kevin P. Fleming
2006-12-21Add codec G.722 support.Matthew Fredrickson
2006-09-29Merged revisions 44055 via svnmerge from Kevin P. Fleming
2006-09-29Merged revisions 43996-43997,44008,44011-44012 via svnmerge from Kevin P. Fleming
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-26fix setting the CFLAGS for building codec libs so that they are built withRussell Bryant
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...Kevin P. Fleming
2006-07-06move rules file to prepare for generic rules fileKevin P. Fleming
2006-07-05allow codec_gsm to be built using internal GSM library again (oops!)Kevin P. Fleming
2006-06-29move FreeTDS version check into configure scriptKevin P. Fleming
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-24clean up some damage from today's commitKevin P. Fleming
2006-06-24search for Zaptel and libtonezone separately in the configure scriptKevin P. Fleming
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main MakefileRussell Bryant
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming