aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-19 13:44:58 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-20 09:28:05 -0700
commit58fe510020d8988e963e934b6c2446ea47f2b786 (patch)
tree7d6cc2736d13cffb0dc76835444d71a8d63321b8 /meta-oe
parentb3581d8d9116f72d20ccc51d99fa54fffa840103 (diff)
downloadmeta-openembedded-58fe510020d8988e963e934b6c2446ea47f2b786.tar.gz
libopus: upgrade 1.4 -> 1.5.1
License-Update: Copyright updated to 2023. Changelog: =========== -Significant improvement to packet loss robustness using Deep Redundancy (DRED) -Improved packet loss concealment through Deep PLC -Low-bitrate speech quality enhancement down to 6 kb/s wideband -Improved x86 (AVX2) and Arm (Neon) optimizations -Support for 4th and 5th order ambisonics Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-multimedia/libopus/libopus_1.5.1.bb (renamed from meta-oe/recipes-multimedia/libopus/libopus_1.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.4.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.5.1.bb
index 127c8be18d..4ce6dd2026 100644
--- a/meta-oe/recipes-multimedia/libopus/libopus_1.4.bb
+++ b/meta-oe/recipes-multimedia/libopus/libopus_1.5.1.bb
@@ -6,10 +6,10 @@ technology from Skype's SILK codec and Xiph.Org's CELT codec."
HOMEPAGE = "http://www.opus-codec.org/"
SECTION = "libs/multimedia"
LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=e304cdf74c2a1b0a33a5084c128a23a3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4b365c2155d66e550e1447075d6744a5"
SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz"
-SRC_URI[sha256sum] = "c9b32b4253be5ae63d1ff16eea06b94b5f0f2951b7a02aceef58e3a3ce49c51f"
+SRC_URI[sha256sum] = "b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85"
S = "${WORKDIR}/opus-${PV}"