[oe-commits] Koen Kooi : gst-ffmpeg: add bbappend to make it use the external libav

git at git.openembedded.org git at git.openembedded.org
Mon Jan 30 20:08:29 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: aca246d20a5ddf037c76c4d354e0d2eb3d3e8e31
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=aca246d20a5ddf037c76c4d354e0d2eb3d3e8e31

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon Jan 30 18:28:12 2012 +0100

gst-ffmpeg: add bbappend to make it use the external libav

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../gstreamer/gst-ffmpeg_0.10.13.bbappend          |    6 ++++++
 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 0000000..c5a87cd
--- /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 "





More information about the Openembedded-commits mailing list