[vlc-commits] contrib: mfx: Update to the latest version
    Martin Storsjö 
    git at videolan.org
       
    Thu Apr  5 09:19:32 CEST 2018
    
    
  
vlc/vlc-3.0 | branch: master | Martin Storsjö <martin at martin.st> | Thu Mar 29 23:59:26 2018 +0300| [299dde81adbcea68d103bc139ef4dc3b71f728e5] | committer: Jean-Baptiste Kempf
contrib: mfx: Update to the latest version
This avoids having to force building in C++98 mode.
(cherry picked from commit 31a382df84b8ac8a6f803318caea829c3b642165)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=299dde81adbcea68d103bc139ef4dc3b71f728e5
---
 contrib/src/mfx/rules.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak
index 165ff8610a..2b4fbad702 100644
--- a/contrib/src/mfx/rules.mak
+++ b/contrib/src/mfx/rules.mak
@@ -1,7 +1,7 @@
 # mfx (Media SDK)
 
 mfx_GITURL := https://github.com/lu-zero/mfx_dispatch.git
-MFX_GITHASH := 7adf2e463149adf6820de745a4d9e5d9a1ba8763
+MFX_GITHASH := b3b0bc9524a8a936fb1b80ca2db45566feb2e868
 
 ifeq ($(call need_pkg,"mfx"),)
 PKGS_FOUND += mfx
@@ -23,6 +23,6 @@ mfx: mfx-$(MFX_GITHASH).tar.xz .sum-mfx
 	$(MOVE)
 
 .mfx: mfx
-	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) CXXFLAGS="-std=c++98 -O2"
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
 	cd $< && $(MAKE) install
 	touch $@
    
    
More information about the vlc-commits
mailing list