[vlc-commits] [Git][videolan/vlc][master] contrib: speex: do not pass --disable-neon
    Felix Paul Kühne (@fkuehne) 
    gitlab at videolan.org
       
    Sat Mar 29 05:25:39 UTC 2025
    
    
  
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
32412f31 by Marvin Scholz at 2025-03-29T04:53:49+00:00
contrib: speex: do not pass --disable-neon
Speex' configure does not recognize it and warns about it.
This effectively reverts 6860455438177ba8669a2d0738bdd9503abc5cb5
- - - - -
1 changed file:
- contrib/src/speex/rules.mak
Changes:
=====================================
contrib/src/speex/rules.mak
=====================================
@@ -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)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/32412f3161e2cca13d20b9032e9cd5c289426502
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/32412f3161e2cca13d20b9032e9cd5c289426502
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