[vlc-commits] contrib: mfx: disable windows build for ARM targets

Steve Lhomme git at videolan.org
Tue May 26 09:41:09 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed May 20 15:24:49 2020 +0200| [41e474a1b81bc50bb295d7eacc2fa851ede69d66] | committer: Steve Lhomme

contrib: mfx: disable windows build for ARM targets

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41e474a1b81bc50bb295d7eacc2fa851ede69d66
---

 contrib/src/mfx/rules.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak
index 510383e786..b317fe8c39 100644
--- a/contrib/src/mfx/rules.mak
+++ b/contrib/src/mfx/rules.mak
@@ -7,8 +7,10 @@ ifeq ($(call need_pkg,"mfx"),)
 PKGS_FOUND += mfx
 endif
 ifdef HAVE_WIN32
+ifneq ($(filter arm aarch64, $(ARCH)),)
 PKGS += mfx
 endif
+endif
 
 MFX_CFLAGS := $(CFLAGS)
 MFX_CXXFLAGS := $(CFLAGS)



More information about the vlc-commits mailing list