[vlc-commits] contrib: mfx: Update to the latest version

Martin Storsjö git at videolan.org
Thu Mar 29 23:03:37 CEST 2018


vlc | branch: master | Martin Storsjö <martin at martin.st> | Thu Mar 29 23:59:26 2018 +0300| [31a382df84b8ac8a6f803318caea829c3b642165] | committer: Martin Storsjö

contrib: mfx: Update to the latest version

This avoids having to force building in C++98 mode.

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

 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