mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
libopus: add --enable-custom-modes to EXTRA_OECONF
* this is what jack is looking for * while we are here do some polishing Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cab0c78565
commit
cde2d5367a
@@ -20,10 +20,12 @@ PACKAGECONFIG ??= ""
|
|||||||
PACKAGECONFIG[fixed-point] = "--enable-fixed-point,,"
|
PACKAGECONFIG[fixed-point] = "--enable-fixed-point,,"
|
||||||
PACKAGECONFIG[float-approx] = "--enable-float-approx,,"
|
PACKAGECONFIG[float-approx] = "--enable-float-approx,,"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-NE10-includes=${STAGING_DIR_TARGET}${includedir} \
|
EXTRA_OECONF = " \
|
||||||
|
--with-NE10-includes=${STAGING_DIR_TARGET}${includedir} \
|
||||||
--with-NE10-libraries=${STAGING_DIR_TARGET}${libdir} \
|
--with-NE10-libraries=${STAGING_DIR_TARGET}${libdir} \
|
||||||
--enable-asm \
|
--enable-asm \
|
||||||
--enable-intrinsics \
|
--enable-intrinsics \
|
||||||
|
--enable-custom-modes \
|
||||||
"
|
"
|
||||||
|
|
||||||
python () {
|
python () {
|
||||||
|
|||||||
Reference in New Issue
Block a user