[vlc-commits] [Git][videolan/vlc][master] contrib: vpx: trust the value of ARCH when setting VPX_ARCH

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Mon Aug 28 15:38:41 UTC 2023



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
973bccb6 by Sean McGovern at 2023-08-28T14:50:28+00:00
contrib: vpx: trust the value of ARCH when setting VPX_ARCH

- - - - -


1 changed file:

- contrib/src/vpx/rules.mak


Changes:

=====================================
contrib/src/vpx/rules.mak
=====================================
@@ -53,14 +53,10 @@ else ifeq ($(ARCH),mips)
 VPX_ARCH := mips32
 else ifeq ($(ARCH),ppc)
 VPX_ARCH := ppc32
-else ifeq ($(ARCH),ppc64)
-VPX_ARCH := ppc64
-else ifeq ($(ARCH),sparc)
-VPX_ARCH := sparc
-else ifeq ($(ARCH),x86_64)
-VPX_ARCH := x86_64
 else ifeq ($(ARCH),aarch64)
 VPX_ARCH := arm64
+else
+VPX_ARCH := $(ARCH)
 endif
 
 ifdef HAVE_ANDROID



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/973bccb6d6cbb71dc97de4ee22eeb6a61ca7f3f3

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/973bccb6d6cbb71dc97de4ee22eeb6a61ca7f3f3
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