[vlc-devel] [PATCH] contrib: mfx: disable windows build for ARM targets
Steve Lhomme
robux4 at ycbcr.xyz
Wed May 20 15:45:42 CEST 2020
---
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 510383e786bc..b317fe8c3998 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)
--
2.26.2
More information about the vlc-devel
mailing list