[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: speex: do not pass --disable-neon

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Jul 31 17:40:38 UTC 2025



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
7492a0e9 by Marvin Scholz at 2025-07-31T16:35:44+00:00
contrib: speex: do not pass --disable-neon

Speex' configure does not recognize it and warns about it.

This effectively reverts 6860455438177ba8669a2d0738bdd9503abc5cb5

(cherry picked from commit 32412f3161e2cca13d20b9032e9cd5c289426502)

- - - - -


1 changed file:

- contrib/src/speex/rules.mak


Changes:

=====================================
contrib/src/speex/rules.mak
=====================================
@@ -24,9 +24,6 @@ ifeq ($(ARCH),arm)
 SPEEX_CONF += --enable-arm5e-asm
 endif
 endif
-ifeq ($(ARCH),aarch64)
-SPEEX_CONF += --disable-neon
-endif
 
 .speex: speex
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(SPEEX_CONF)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7492a0e9a0ec6b805072776ed9d3da95f1c80fc1

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7492a0e9a0ec6b805072776ed9d3da95f1c80fc1
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list