blob: 62682cfce3c46d66b36653dd99f585a4a6331d17 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001#
2# Copyright (C) 2013 Wind River Systems, Inc.
3#
4
5SUMMARY = "The CELT codec is a compression algorithm for audio"
6DESCRIPTION = "The CELT codec is a compression algorithm for \
7audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music \
8with high quality. Unlike these formats CELT imposes very little delay \
9on the signal, even less than is typical for speech centric formats \
10like Speex, GSM, or G.729."
11
Brad Bishop2d39a062019-10-28 08:33:36 -040012LICENSE = "BSD-2-Clause"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2"
14
15PV = "0.5.1.3+git${SRCPV}"
16
17SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"
18
Andrew Geisslereef63862021-01-29 15:58:13 -060019SRC_URI = "git://gitlab.xiph.org/xiph/celt.git;branch=compat-v0.5.1;protocol=https \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080020 file://0001-configure.ac-make-tools-support-optional.patch \
21 file://0001-tests-Include-entcode.c-into-test-sources-to-provide.patch \
22 "
23
24S = "${WORKDIR}/git"
25
26inherit pkgconfig autotools-brokensep
27
Patrick Williams213cb262021-08-07 19:21:33 -050028PACKAGECONFIG:class-native = ""
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080029PACKAGECONFIG ??= ""
30
31PACKAGECONFIG[ogg] = "--enable-tools,--disable-tools,libogg,"
32
33BBCLASSEXTEND = "native nativesdk"