[vlc-devel] [PATCH] postproc: Fix typo in architecture x86_64
Etienne Brateau
etienne.brateau at gmail.com
Mon Jan 8 00:43:06 CET 2018
---
contrib/src/postproc/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak
index 3778981f57..87d405f060 100644
--- a/contrib/src/postproc/rules.mak
+++ b/contrib/src/postproc/rules.mak
@@ -87,7 +87,7 @@ endif
# Windows
ifdef HAVE_WIN32
POSTPROCCONF += --target-os=mingw32
-ifeq ($(ARCH),x86_86)
+ifeq ($(ARCH),x86_64)
POSTPROCCONF += --cpu=athlon64 --arch=x86_64
endif
ifeq ($(ARCH),i386)
--
2.15.1
More information about the vlc-devel
mailing list