mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libav: add PACKAGECONFIG for bzip2 and jack
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
6d3d563fb7
commit
d56886af4c
|
|
@ -28,6 +28,10 @@ BUILD_OPTIMIZATION = "${FULL_OPTIMIZATION}"
|
|||
EXTRA_FFCONF_armv7a = "--cpu=cortex-a8"
|
||||
EXTRA_FFCONF ?= ""
|
||||
|
||||
PACKAGECONFIG ??= "bzip2"
|
||||
PACKAGECONFIG[jack] = "--enable-indev=jack,--disable-indev=jack,jack"
|
||||
PACKAGECONFIG[bzip2] = "--enable-bzlib,--disable-bzlib,bzip2"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--enable-shared \
|
||||
--enable-pthreads \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user