mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 13:11:57 +02:00
A cmp instruction with two constants is invalid, therefore 'g' constraint is not correct but must be "rm" instead. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
22 lines
703 B
BlitzBasic
22 lines
703 B
BlitzBasic
require libav.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
|
|
file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
"
|
|
|
|
# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
|
|
SRCREV = "d4653e882fee5a2876c3878bc23d26799e3380ad"
|
|
|
|
PV = "0.7.4"
|
|
PR = "${INC_PR}.1"
|
|
|
|
SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.7 \
|
|
file://h264_qpel_mmx.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|