[libav-devel] [PATCH v2 1/5] Add support for iLBC decoding/encoding via the external library libilbc

2012-06-18 Thread Martin Storsjö
The library is 3-clause BSD licensed. --- Changelog |1 + configure |6 ++ doc/general.texi | 13 +++ libavcodec/Makefile|2 + libavcodec/allcodecs.c |1 + libavcodec/avcodec.h |1 + libavcodec/libilbc.c | 209

Re: [libav-devel] [PATCH v2 1/5] Add support for iLBC decoding/encoding via the external library libilbc

2012-06-18 Thread Justin Ruggles
On 06/18/2012 04:39 AM, Martin Storsjö wrote: The library is 3-clause BSD licensed. --- Changelog |1 + configure |6 ++ doc/general.texi | 13 +++ libavcodec/Makefile|2 + libavcodec/allcodecs.c |1 + libavcodec/avcodec.h |1 +