[vlc-commits] contrib: mfx: fix arm* blocking

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


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 26 15:42:07 2020 +0200| [7110dec226bcff9287d08d1f11d75c641fb5cf76] | committer: Steve Lhomme

contrib: mfx: fix arm* blocking

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

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

 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