summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-10-09 19:43:49 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-10-09 19:43:49 +0000
commit0bba9413052ea744e5920800517b3660d2a24399 (patch)
treed121279b89f0157f5934a36f1059859c26ef12ec
parent18afca48e554de12cc8271c52cf8f37ec34f1fd5 (diff)
downloadmeta-cloud-services-0bba9413052ea744e5920800517b3660d2a24399.tar.gz
celt051: drop recipe
meta-networking has a similar recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-support/celt051/celt051_git.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-support/celt051/celt051_git.bb b/recipes-support/celt051/celt051_git.bb
deleted file mode 100644
index 52c7cf3..0000000
--- a/recipes-support/celt051/celt051_git.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1#
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
12LICENSE = "BSD-2-Clause"
13LIC_FILES_CHKSUM = "file://COPYING;md5=375f60ab360d17f0172737036ff155b2"
14
15PV = "0.5.1.3"
16PR = "r0"
17
18SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"
19
20SRC_URI = "git://gitlab.xiph.org/xiph/celt.git;branch=compat-v0.5.1;protocol=https"
21
22S = "${WORKDIR}/git"
23
24DEPENDS += "libogg"
25
26inherit pkgconfig autotools-brokensep
27
28PACKAGECONFIG = ""
29
30PACKAGECONFIG[ogg] = "--with-ogg --enable-oggtest,--without-ogg --disable-oggtest,,"