[yocto] [PATCH 10/20] gst-ffmpeg: add bbappend for external ffmpeg

tom.zanussi at intel.com tom.zanussi at intel.com
Wed May 23 12:52:37 PDT 2012


From: Tom Zanussi <tom.zanussi at 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.zanussi at 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




More information about the yocto mailing list