diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-17 09:40:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-21 10:52:44 -0700 |
| commit | c03a9a4b8423dbdac86a2138b123cbfdaf82a5db (patch) | |
| tree | 9ac6e7e1c1e31ebcd09298aae2f3864965c5df14 /meta-oe | |
| parent | b7f6dfc186eb57d70aecaea41a3692fabc02be9b (diff) | |
| download | meta-openembedded-c03a9a4b8423dbdac86a2138b123cbfdaf82a5db.tar.gz | |
libopus: upgrade 1.5.1 -> 1.5.2
Changelog:
fixes a misalignment issue in the AVX2 code that could cause crashes under Windows.
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.2.bb (renamed from meta-oe/recipes-multimedia/libopus/libopus_1.5.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.5.1.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb index 4ce6dd2026..02958ef023 100644 --- a/meta-oe/recipes-multimedia/libopus/libopus_1.5.1.bb +++ b/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "BSD-3-Clause" | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4b365c2155d66e550e1447075d6744a5" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4b365c2155d66e550e1447075d6744a5" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz" | 11 | SRC_URI = "http://downloads.xiph.org/releases/opus/opus-${PV}.tar.gz" |
| 12 | SRC_URI[sha256sum] = "b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85" | 12 | SRC_URI[sha256sum] = "65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/opus-${PV}" | 14 | S = "${WORKDIR}/opus-${PV}" |
| 15 | 15 | ||
