diff options
Diffstat (limited to 'libs/speex/Makefile')
-rw-r--r-- | libs/speex/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libs/speex/Makefile b/libs/speex/Makefile index 60575854f..01538ebe1 100644 --- a/libs/speex/Makefile +++ b/libs/speex/Makefile @@ -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)) |