diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-05-26 21:07:13 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-27 10:33:02 -0700 |
commit | ecab93be0dbdf86b924f0ae9026c3145c489ab30 (patch) | |
tree | 386e18219b335a15326bfd003ee2df3505c487e9 | |
parent | df7e1b55d5f40129ebffa1cb1b9c0dcd099b6eaa (diff) | |
download | meta-openembedded-ecab93be0dbdf86b924f0ae9026c3145c489ab30.tar.gz |
aom: update 3.7.0 -> 3.12.1
Changelog:
https://aomedia.googlesource.com/aom/+/refs/heads/main/CHANGELOG
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-multimedia/aom/aom_3.12.1.bb (renamed from meta-multimedia/recipes-multimedia/aom/aom_3.7.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/aom/aom_3.7.0.bb b/meta-multimedia/recipes-multimedia/aom/aom_3.12.1.bb index 776dfa8783..681ebb4d3d 100644 --- a/meta-multimedia/recipes-multimedia/aom/aom_3.7.0.bb +++ b/meta-multimedia/recipes-multimedia/aom/aom_3.12.1.bb | |||
@@ -5,8 +5,8 @@ LICENSE = "BSD-2-Clause & AOM-Patent-License-1.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \ | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \ |
6 | file://PATENTS;md5=a111d47497d3bb49e04eef71377eb8ba \ | 6 | file://PATENTS;md5=a111d47497d3bb49e04eef71377eb8ba \ |
7 | " | 7 | " |
8 | SRCREV = "6054fae218eda6e53e1e3b4f7ef0fff4877c7bf1" | 8 | SRCREV = "10aece4157eb79315da205f39e19bf6ab3ee30d0" |
9 | SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=main \ | 9 | SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=main;tag=v${PV} \ |
10 | file://0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch" | 10 | file://0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |