mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
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>
21 lines
685 B
BlitzBasic
21 lines
685 B
BlitzBasic
SUMMARY = "Open Source H.264 Codec"
|
|
DESCRIPTION = "OpenH264 is a codec library which supports H.264 encoding and \
|
|
decoding. It is suitable for use in real time applications such as WebRTC."
|
|
HOMEPAGE = "http://www.openh264.org/"
|
|
SECTION = "libs/multimedia"
|
|
LICENSE = "BSD-2-Clause"
|
|
LICENSE_FLAGS = "commercial"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6d3771da6a07d33fd50d4d9aa73bcf"
|
|
|
|
DEPENDS = " nasm-native"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
SRCREV = "19120fcb8f89b16126e9cfee096b2f0751554fdc"
|
|
BRANCH = "openh264v${PV}"
|
|
SRC_URI = "git://github.com/cisco/openh264.git;protocol=https;branch=${BRANCH} \
|
|
"
|
|
|
|
COMPATIBLE_MACHINE:powerpc64le = "null"
|
|
COMPATIBLE_MACHINE:riscv32 = "null"
|