diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-08-11 20:16:50 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-29 12:39:46 +0200 |
| commit | 67027b6f4bfb3fdeed8bce5bd389fbcbe385678a (patch) | |
| tree | 3731691c9ae6555f30bd139186e55d550c6a95be /package/libcodec2/Config.in | |
| parent | eb4cb5e0da8574e16bb1f87f75509b566dbfbf52 (diff) | |
| download | buildroot-67027b6f4bfb3fdeed8bce5bd389fbcbe385678a.tar.gz buildroot-67027b6f4bfb3fdeed8bce5bd389fbcbe385678a.zip | |
package/libcodec2: new package
[Thomas:
- replace patches from Bernd by patches that are Git formatted and
have a chance of being upstream.
- remove the no longer necessary post configure hook to build
generate_cookbook for the host
- pass --disable-unittests to disable unit tests.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libcodec2/Config.in')
| -rw-r--r-- | package/libcodec2/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/libcodec2/Config.in b/package/libcodec2/Config.in new file mode 100644 index 0000000000..b27aab1c70 --- /dev/null +++ b/package/libcodec2/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_LIBCODEC2 + bool "libcodec2" + help + Codec2 is an open source low bit rate speech codec designed + for communications quality speech between 1200 and 3200 bit/s. + + http://rowetel.com/codec2.html |

