From: Martin Jansa Date: Sat, 5 Oct 2013 12:22:58 +0000 (+0200) Subject: gstreamer1.0-libav: Add PACKAGECONFIG for orc X-Git-Tag: yocto-4.0~31367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b86405b55bc663330f5c77e7240efd1fb5837da;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gstreamer1.0-libav: Add PACKAGECONFIG for orc Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- 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"