aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-10-05 14:22:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-06 09:48:31 +0100
commit9b86405b55bc663330f5c77e7240efd1fb5837da (patch)
tree79df588fc6608f621c19a39c07d87962ae84c209
parentc832c457ff40f0f65ab28c17b78b88cb79823db1 (diff)
downloadopenembedded-core-contrib-9b86405b55bc663330f5c77e7240efd1fb5837da.tar.gz
gstreamer1.0-libav: Add PACKAGECONFIG for orc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
index c77a085736..3d996bcaa4 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
@@ -17,6 +17,7 @@ PACKAGECONFIG ??= " "
PACKAGECONFIG[libav] = "--with-system-libav,,libav"
PACKAGECONFIG[lgpl] = "--enable-lgpl,,"
PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native"
+PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
GSTREAMER_1_0_DEBUG ?= "--disable-debug"