mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
PRINC := "${@int(PRINC) + 2}"
|
|
|
|
# Build against external libav instead of using the builtin one.
|
|
# On architectures like ARM the libav recipe enables a lot more optimizations
|
|
DEPENDS += "libav orc"
|
|
EXTRA_OECONF += " --with-system-ffmpeg "
|