gst-ffmpeg: drop .bbappend, moved to oe-core
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 13 Aug 2013 22:18:41 +0000 (00:18 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:32:06 +0000 (08:32 -0800)
* http://git.openembedded.org/openembedded-core/commit/?id=aab668fbba25d3e590e4182224b7b064d7705c5b
* you need to add orc to PACKAGECONFIG if you want to continue
  using it
* PRINC was dropped, oe-core commit had sufficient PR bump and
  this is going in almost simultaneously

(From meta-openembedded rev: fa914e4c80bcb29d2526bda3d0d916f71f8f6df4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend [deleted file]

diff --git a/meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend b/meta-openembedded/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
deleted file mode 100644 (file)
index c671d9f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-PRINC := "${@int(PRINC) + 2}"
-
-# 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 "