Skip to content
Snippets Groups Projects

contrib: speex: do not pass --disable-neon

Merged Marvin Scholz requested to merge ePirat/vlc:epirat-contrib-fix-speex-warning into master
All threads resolved!
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -26,9 +26,6 @@ ifeq ($(ARCH),arm)
SPEEX_CONF += --enable-arm5e-asm
endif
endif
ifeq ($(ARCH),aarch64)
SPEEX_CONF += --disable-neon
endif
.speex: speex
$(MAKEBUILDDIR)
Loading