mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
aom: Upgrade to 3.4.0
This fix brings in following changes [1] Add -D_GNU_SOURCE on musl to fix ftello() [1] https://aomedia.googlesource.com/aom/+/refs/tags/v3.4.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2b8b5dbe03
commit
d58a582e2f
|
|
@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \
|
|||
file://PATENTS;md5=e69ad12202bd20da3c76a5d3648cfa83 \
|
||||
"
|
||||
|
||||
SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=master"
|
||||
SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=main"
|
||||
|
||||
SRCREV = "307ce06ed82d93885ee8ed53e152c9268ac0d98d"
|
||||
SRCREV = "fd0c9275d36930a6eea6d3c35972e7cf9c512944"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
@ -19,4 +19,5 @@ EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0 \
|
|||
-DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl \
|
||||
"
|
||||
|
||||
CFLAGS:append:libc-musl = " -D_GNU_SOURCE"
|
||||
EXTRA_OECMAKE:append:arm = " ${@bb.utils.contains("TUNE_FEATURES","neon","-DENABLE_NEON=ON","-DENABLE_NEON=OFF",d)}"
|
||||
Loading…
Reference in New Issue
Block a user