diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-30 18:28:12 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-30 21:08:01 +0100 |
commit | aca246d20a5ddf037c76c4d354e0d2eb3d3e8e31 (patch) | |
tree | d09bdfd4506e1154209369504ca46a6f2cda3014 | |
parent | 0c0b8b7c13ef8859e61fc4ae312a233281554bc3 (diff) | |
download | meta-openembedded-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.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 000000000..c5a87cddd --- /dev/null +++ b/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | PRINC = "1" | ||
2 | |||
3 | # Build against external libav instead of using the builtin one. | ||
4 | # On architectures like ARM the libav recipe enables a lot more optimizations | ||
5 | DEPENDS += "libav orc" | ||
6 | EXTRA_OECONF += " --with-system-ffmpeg " | ||