aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 00:18:41 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 00:20:24 +0200
commitfa914e4c80bcb29d2526bda3d0d916f71f8f6df4 (patch)
treedd4699fe81b47f86d765e0d970ab8c965813c694 /meta-oe/recipes-multimedia
parenta3cec80cd79983f21c70aeb9b5e6284ea6adad26 (diff)
downloadmeta-openembedded-fa914e4c80bcb29d2526bda3d0d916f71f8f6df4.tar.gz
gst-ffmpeg: drop .bbappend, moved to oe-core
* 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 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend6
1 files changed, 0 insertions, 6 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
deleted file mode 100644
index c671d9f554..0000000000
--- a/meta-oe/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bbappend
+++ /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 "