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