From: Tom Zanussi <tom.zanu...@intel.com>

We don't want gst-ffmpeg to use its own internal copy of ffmpeg, but
rather an updated external version with security updates and bugfixes.

So add a .bbappend that allows us to make use of --with-system-ffmpeg
for that purpose.

Signed-off-by: Tom Zanussi <tom.zanu...@intel.com>
---
 .../gstreamer/gst-ffmpeg_0.10.13.bbappend          |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 
common/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend

diff --git a/common/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend 
b/common/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
new file mode 100644
index 0000000..f17a3bc
--- /dev/null
+++ b/common/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
@@ -0,0 +1,2 @@
+DEPENDS += "ffmpeg"
+EXTRA_OECONF += "--with-system-ffmpeg"
-- 
1.7.0.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to