From: Martin Jansa Date: Sat, 5 Oct 2013 12:22:58 +0000 (+0200) Subject: gstreamer1.0-libav: Add PACKAGECONFIG for orc X-Git-Tag: 2015-4~4986 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9b86405b55bc663330f5c77e7240efd1fb5837da;p=openembedded-core.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 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"