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/libcodec2.mk | |
| 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/libcodec2.mk')
| -rw-r--r-- | package/libcodec2/libcodec2.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/libcodec2/libcodec2.mk b/package/libcodec2/libcodec2.mk new file mode 100644 index 0000000000..73f98ca2fe --- /dev/null +++ b/package/libcodec2/libcodec2.mk @@ -0,0 +1,16 @@ +################################################################################ +# +# libcodec2 +# +################################################################################ + +LIBCODEC2_VERSION = 392a55b4f3f8ad30d845ac6ae35e8b27343bb944 +LIBCODEC2_SITE = https://freeswitch.org/stash/scm/sd/libcodec2.git +LIBCODEC2_SITE_METHOD = git +LIBCODEC2_LICENSE = LGPLv2.1 +LIBCODEC2_LICENSE_FILES = COPYING +LIBCODEC2_AUTORECONF = YES +LIBCODEC2_INSTALL_STAGING = YES +LIBCODEC2_CONF_OPTS = --disable-unittests + +$(eval $(autotools-package)) |

