summary refs log tree commit diff
path: root/pkgs/development/libraries/ilbc
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+3
Build-tested on x86_64 Linux and on Darwin.
2016-03-14ilbc: extract-cfile.awk has fallen off the internetGraham Christensen2-5/+25
Close #13923.
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-04-24Fix ilbc buildYury G. Kudryashov1-2/+3
svn path=/nixpkgs/trunk/; revision=33912
2012-03-16ilbc: styleYury G. Kudryashov1-2/+1
svn path=/nixpkgs/trunk/; revision=33163
2011-06-07iLBC codec. Extract directly from rfcYury G. Kudryashov2-11/+32
svn path=/nixpkgs/trunk/; revision=27374
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-2/+2
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2009-04-21* Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra1-2/+1
* Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2008-02-10ilbc and msilbc libraries addedYury G. Kudryashov1-0/+17
svn path=/nixpkgs/branches/stdenv-updates/; revision=10570