summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb12
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 ??= ""
20PACKAGECONFIG[fixed-point] = "--enable-fixed-point,," 20PACKAGECONFIG[fixed-point] = "--enable-fixed-point,,"
21PACKAGECONFIG[float-approx] = "--enable-float-approx,," 21PACKAGECONFIG[float-approx] = "--enable-float-approx,,"
22 22
23EXTRA_OECONF = "--with-NE10-includes=${STAGING_DIR_TARGET}${includedir} \ 23EXTRA_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
29python () { 31python () {
30 if d.getVar('TARGET_FPU') in [ 'soft' ]: 32 if d.getVar('TARGET_FPU') in [ 'soft' ]: