summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/x265
Commit message (Collapse)AuthorAgeFilesLines
* x265: fix build with cmake 4Markus Volk13 days2-0/+64
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+1
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: Fix error: 'uint8_t'Leon Anavi2025-05-052-1/+37
| | | | | | | | | | | Include cstdint in json11.cpp Fixes: json11.cpp:101:32: error: 'uint8_t' does not name a type This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: Fix build on x86Khem Raj2025-01-071-2/+2
| | | | | | Disable asm on x86 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: Re-add -DENABLE_PIC=ONKhem Raj2025-01-071-1/+1
| | | | | | Its needed on architectures like aarch64 and riscv Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: update 3.2.1 -> 4.1Markus Volk2025-01-072-26/+29
| | | | | | | | | | | - add PACKAGECONFIG for hdr10plus and 10bit - add numa support - build shared library by default - do manual packaging to avoid dev-elf error: x265-4.1-r0 do_package_qa: QA Issue: -dev package x265-dev contains non-symlink .so '/usr/lib/libhdr10plus.so' [dev-elf] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: drop restriction for x86/x86-64Markus Volk2025-01-061-3/+0
| | | | | | | | | It can be built for various platforms Remove SRC_URI[md5sum] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom, x265: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-201-1/+1
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: Pass --debug-prefix-map to nasmKhem Raj2023-05-261-0/+4
| | | | | | | | | Ensures absolute source paths are not emitted into nasm assembled objects Fixes WARNING: x265-3.2.1-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libx265.so.179 in package x265-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: support aarch64S. Lockwood-Childs2022-10-061-1/+2
| | | | | | | If PIC is turned on, x265 works on aarch64. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* x265: Disable assembly on x86Khem Raj2020-03-041-0/+2
| | | | | | | | Fixes ERROR: QA Issue: x265: ELF binary /usr/lib/libx265.so.179 has relocations in .text [textrel] Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Scott Branden <scott.branden@broadcom.com>
* x265: Move into meta-multimediaKhem Raj2020-02-171-0/+22
Signed-off-by: Khem Raj <raj.khem@gmail.com>