vlc/vlc-3.0 | branch: master | Etienne Brateau <[email protected]> | 
Mon Jan  8 00:43:06 2018 +0100| [e13834a1fa51f05378cd0323b5400f826b33ab59] | 
committer: Hugo Beauzée-Luyssen

postproc: Fix typo in architecture x86_64

Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>
(cherry picked from commit aaba9d2a64bd4bc6a5d7fdde0a916c7d06692efe)
Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>

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

 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)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to