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

postproc: Fix typo in architecture x86_64

Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>

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

 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