mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +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,11 +20,13 @@ 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-libraries=${STAGING_DIR_TARGET}${libdir} \
|
--with-NE10-includes=${STAGING_DIR_TARGET}${includedir} \
|
||||||
--enable-asm \
|
--with-NE10-libraries=${STAGING_DIR_TARGET}${libdir} \
|
||||||
--enable-intrinsics \
|
--enable-asm \
|
||||||
"
|
--enable-intrinsics \
|
||||||
|
--enable-custom-modes \
|
||||||
|
"
|
||||||
|
|
||||||
python () {
|
python () {
|
||||||
if d.getVar('TARGET_FPU') in [ 'soft' ]:
|
if d.getVar('TARGET_FPU') in [ 'soft' ]:
|
||||||
|
|||||||
Reference in New Issue
Block a user