[vlc-commits] [Git][videolan/vlc][master] postproc: fix x86_64 contrib arch build param

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Jul 29 09:00:31 UTC 2021



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
6f1b46db by Lyndon Brown at 2021-07-29T08:07:07+00:00
postproc: fix x86_64 contrib arch build param

fixes #25940.

- - - - -


1 changed file:

- contrib/src/postproc/rules.mak


Changes:

=====================================
contrib/src/postproc/rules.mak
=====================================
@@ -59,7 +59,7 @@ endif
 
 # x86_64 stuff
 ifeq ($(ARCH),x86_64)
-POSTPROCCONF += --arch=x64_64
+POSTPROCCONF += --arch=x86_64
 endif
 
 # Darwin



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6f1b46dbce1fc4f69f845b1a7eea7abb2fb032ae

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6f1b46dbce1fc4f69f845b1a7eea7abb2fb032ae
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list