[vlc-commits] [Git][videolan/vlc][3.0.x] Revert "contrib: vpx: fix build with NDK25"
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun Aug 28 09:39:14 UTC 2022
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
5f94c5b7 by Steve Lhomme at 2022-08-25T10:22:54+02:00
Revert "contrib: vpx: fix build with NDK25"
This reverts commit fdb1909e6eb6f4f565a84a2452a53c4cc8433413.
The 3.0 doesn't support NDK25
- - - - -
1 changed file:
- contrib/src/vpx/rules.mak
Changes:
=====================================
contrib/src/vpx/rules.mak
=====================================
@@ -150,11 +150,6 @@ ifdef HAVE_ANDROID
ifneq ($(shell $(VPX_CROSS)gcc -v >/dev/null 2>&1 || echo FAIL),)
VPX_HOSTVARS = $(HOSTVARS)
endif
-
-# Depends on "arm-linux-androideabi-as" that is removed in NDK25
-ifeq ($(ARCH),arm)
-VPX_CONF += --disable-neon_asm
-endif
endif
.vpx: libvpx
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5f94c5b72f3a2e4b6d6d49e23740b3b6996ec944
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5f94c5b72f3a2e4b6d6d49e23740b3b6996ec944
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