[vlc-commits] [Git][videolan/vlc][master] contrib: theora: Disable asm on Windows on ARM

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon May 4 08:05:14 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
87ef7da5 by Martin Storsjö at 2026-05-04T07:30:44+00:00
contrib: theora: Disable asm on Windows on ARM

Theora does contain ARM assembly, but it seems to assume being
assembled for ELF (it is also disabled for iOS); disable it on
Windows as well.

This fixes building for Windows on 32 bit ARM since
b49d17a096ec094e7e734ad162d2847e2e331dfd.

- - - - -


1 changed file:

- contrib/src/theora/rules.mak


Changes:

=====================================
contrib/src/theora/rules.mak
=====================================
@@ -46,6 +46,9 @@ endif
 ifdef HAVE_IOS
 THEORACONF += --disable-asm
 endif
+ifeq ($(ARCH)-$(HAVE_WIN32),arm-1)
+THEORACONF += --disable-asm
+endif
 
 DEPS_theora = ogg $(DEPS_ogg)
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/87ef7da596504318664836bea939be69b8164c01

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




More information about the vlc-commits mailing list