Browse Source

Merge pull request #4656 from micmac1/master

libs/speex and libs/speexdsp: fix configure params
lilik-openwrt-22.03
tripolar 7 years ago
committed by GitHub
parent
commit
2e9e621f59
2 changed files with 2 additions and 5 deletions
  1. +1
    -4
      libs/speex/Makefile
  2. +1
    -1
      libs/speexdsp/Makefile

+ 1
- 4
libs/speex/Makefile View File

@ -60,9 +60,6 @@ CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
--disable-binaries \
--disable-oggtest \
--enable-sse=no \
--with-ogg=$(STAGING_DIR)/usr \
$(if $(CONFIG_SOFT_FLOAT),--enable-fixed-point --disable-float-api)
$(if $(CONFIG_SOFT_FLOAT),--enable-fixed-point --disable-float-api --disable-vbr)
$(eval $(call BuildPackage,libspeex))

+ 1
- 1
libs/speexdsp/Makefile View File

@ -60,7 +60,7 @@ CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
--disable-examples \
--enable-sse=no \
$(if $(CONFIG_aarch64),--disable-neon) \
$(if $(CONFIG_SOFT_FLOAT),--enable-fixed-point --disable-float-api)
$(eval $(call BuildPackage,libspeexdsp))

Loading…
Cancel
Save