aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-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 "