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

Steve Lhomme git at videolan.org
Fri Jun 19 09:06:36 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed May 20 15:24:49 2020 +0200| [198808837ff06ae1aa2eb7541cdf654c16a914cf] | committer: Steve Lhomme

contrib: mfx: disable windows build for ARM targets

(cherry picked from commit 41e474a1b81bc50bb295d7eacc2fa851ede69d66)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=198808837ff06ae1aa2eb7541cdf654c16a914cf
---

 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