blob: 04e93ce79044bb443e48cbaafd83e4cc66e377ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
S = "${WORKDIR}/git"
SRCREV = "8c7008aeb6335e7d36ab0d9a023a63f82a8eaac0"
BRANCH = "openh264v${PV}"
SRC_URI = "git://github.com/cisco/openh264.git;protocol=https;branch=${BRANCH}"
COMPATIBLE_MACHINE:powerpc64le = "null"
|