aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
blob: c671d9f554419997326d8c7b361c6b327954c619 (plain)
1
2
3
4
5
6
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 "