gstreamer1.0-libav: Add PACKAGECONFIG for orc

(From OE-Core rev: 9b86405b55bc663330f5c77e7240efd1fb5837da)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2013-10-05 14:22:58 +02:00 committed by Richard Purdie
parent 105a709bc7
commit 69a9c18b33
1 changed files with 1 additions and 0 deletions

View 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"