Koen Kooi aca246d20a gst-ffmpeg: add bbappend to make it use the external libav
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-30 21:08:01 +01:00

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 "