aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-30 18:28:12 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-30 21:08:01 +0100
commitaca246d20a5ddf037c76c4d354e0d2eb3d3e8e31 (patch)
treed09bdfd4506e1154209369504ca46a6f2cda3014
parent0c0b8b7c13ef8859e61fc4ae312a233281554bc3 (diff)
downloadmeta-openembedded-contrib-aca246d20a5ddf037c76c4d354e0d2eb3d3e8e31.tar.gz
gst-ffmpeg: add bbappend to make it use the external libav
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend b/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
new file mode 100644
index 0000000000..c5a87cdddf
--- /dev/null
+++ b/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
@@ -0,0 +1,6 @@
+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 "