[vlc-commits] contrib: mfx: fix arm* blocking
Steve Lhomme
git at videolan.org
Tue May 26 15:42:42 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 26 15:42:07 2020 +0200| [e687c0a9ef99616a3f3bc8b07ce060184a5ad115] | committer: Steve Lhomme
contrib: mfx: fix arm* blocking
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e687c0a9ef99616a3f3bc8b07ce060184a5ad115
---
contrib/src/mfx/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak
index b317fe8c39..cb330b55ec 100644
--- a/contrib/src/mfx/rules.mak
+++ b/contrib/src/mfx/rules.mak
@@ -7,7 +7,7 @@ ifeq ($(call need_pkg,"mfx"),)
PKGS_FOUND += mfx
endif
ifdef HAVE_WIN32
-ifneq ($(filter arm aarch64, $(ARCH)),)
+ifeq ($(filter arm aarch64, $(ARCH)),)
PKGS += mfx
endif
endif
More information about the vlc-commits
mailing list