diff options
-rw-r--r-- | meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb | 12 |
1 files 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 ??= "" | |||
20 | PACKAGECONFIG[fixed-point] = "--enable-fixed-point,," | 20 | PACKAGECONFIG[fixed-point] = "--enable-fixed-point,," |
21 | PACKAGECONFIG[float-approx] = "--enable-float-approx,," | 21 | PACKAGECONFIG[float-approx] = "--enable-float-approx,," |
22 | 22 | ||
23 | EXTRA_OECONF = "--with-NE10-includes=${STAGING_DIR_TARGET}${includedir} \ | 23 | EXTRA_OECONF = " \ |
24 | --with-NE10-libraries=${STAGING_DIR_TARGET}${libdir} \ | 24 | --with-NE10-includes=${STAGING_DIR_TARGET}${includedir} \ |
25 | --enable-asm \ | 25 | --with-NE10-libraries=${STAGING_DIR_TARGET}${libdir} \ |
26 | --enable-intrinsics \ | 26 | --enable-asm \ |
27 | " | 27 | --enable-intrinsics \ |
28 | --enable-custom-modes \ | ||
29 | " | ||
28 | 30 | ||
29 | python () { | 31 | python () { |
30 | if d.getVar('TARGET_FPU') in [ 'soft' ]: | 32 | if d.getVar('TARGET_FPU') in [ 'soft' ]: |