Files
meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
Otavio Salvador ca65a581a6 gst-ffmpeg: bump PR due libav update
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:15 +02:00

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 "