mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #4656 from micmac1/master
libs/speex and libs/speexdsp: fix configure params
This commit is contained in:
+1
-4
@@ -60,9 +60,6 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-binaries \
|
--disable-binaries \
|
||||||
--disable-oggtest \
|
$(if $(CONFIG_SOFT_FLOAT),--enable-fixed-point --disable-float-api --disable-vbr)
|
||||||
--enable-sse=no \
|
|
||||||
--with-ogg=$(STAGING_DIR)/usr \
|
|
||||||
$(if $(CONFIG_SOFT_FLOAT),--enable-fixed-point --disable-float-api)
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libspeex))
|
$(eval $(call BuildPackage,libspeex))
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-examples \
|
--disable-examples \
|
||||||
--enable-sse=no \
|
$(if $(CONFIG_aarch64),--disable-neon) \
|
||||||
$(if $(CONFIG_SOFT_FLOAT),--enable-fixed-point --disable-float-api)
|
$(if $(CONFIG_SOFT_FLOAT),--enable-fixed-point --disable-float-api)
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libspeexdsp))
|
$(eval $(call BuildPackage,libspeexdsp))
|
||||||
|
|||||||
Reference in New Issue
Block a user