mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 12:41:58 +02:00
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
PRINC = "1"
|
|
|
|
# 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 "
|