[vlc-devel] [PATCH] postproc: Fix typo in architecture x86_64
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Mon Jan 8 11:55:35 CET 2018
On Mon, Jan 8, 2018, at 12:43 AM, Etienne Brateau wrote:
> ---
> 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
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
Applied and backported, thanks!
--
Hugo Beauzée-Luyssen
hugo at beauzee.fr
More information about the vlc-devel
mailing list