[vlc-devel] [PATCH 2/2] contrib: mfx: don't force a level optimization even on non optimized builds
Jean-Baptiste Kempf
jb at videolan.org
Thu Mar 29 11:58:59 CEST 2018
LGTM
On Thu, 29 Mar 2018, at 08:29, Steve Lhomme wrote:
> No other contrib need it and we use the same compiler for them.
> ---
> contrib/src/mfx/rules.mak | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak
> index a5b1fdaa61..f3b1287db5 100644
> --- a/contrib/src/mfx/rules.mak
> +++ b/contrib/src/mfx/rules.mak
> @@ -23,6 +23,6 @@ mfx: mfx-$(MFX_GITHASH).tar.xz .sum-mfx
> $(MOVE)
>
> .mfx: mfx
> - cd $< && $(HOSTVARS) ./configure $(HOSTCONF) CXXFLAGS="$(CXXFLAGS) -
> std=c++98 -O2"
> + cd $< && $(HOSTVARS) ./configure $(HOSTCONF) CXXFLAGS="$(CXXFLAGS) -
> std=c++98"
> cd $< && $(MAKE) install
> touch $@
> --
> 2.16.2
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
--
Jean-Baptiste Kempf - President
+33 672 704 734
More information about the vlc-devel
mailing list