]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0-libav: Add PACKAGECONFIG for orc
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 5 Oct 2013 12:22:58 +0000 (14:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Oct 2013 08:48:31 +0000 (09:48 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc

index c77a085736c657478ba079d68b537ad5a695beee..3d996bcaa43ae996b2b1474a58a2e6273897fe91 100644 (file)
@@ -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"