diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-10-05 14:22:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-06 09:48:31 +0100 |
commit | 9b86405b55bc663330f5c77e7240efd1fb5837da (patch) | |
tree | 79df588fc6608f621c19a39c07d87962ae84c209 /meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | |
parent | c832c457ff40f0f65ab28c17b78b88cb79823db1 (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 1 |
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 c77a085736c..3d996bcaa43 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" |