From cde2d5367a4b0b7944dca826a0e66fd0b47f7ef1 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 19 Jan 2017 08:53:28 +0100 Subject: libopus: add --enable-custom-modes to EXTRA_OECONF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * this is what jack is looking for * while we are here do some polishing Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb index b5eef8244c..a24f5e30b6 100644 --- a/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb +++ b/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb @@ -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' ]: -- cgit 1.2.3-korg