[vlc-commits] Contribs: add mfx dispatcher (Media SDK) for Win32

Jean-Baptiste Kempf git at videolan.org
Thu Jul 11 15:28:11 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 11 15:23:02 2013 +0200| [2656d893b61cb0044699449785f53256e3f2e0aa] | committer: Jean-Baptiste Kempf

Contribs: add mfx dispatcher (Media SDK) for Win32

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

 contrib/src/mfx/rules.mak |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak
new file mode 100644
index 0000000..e963dd8
--- /dev/null
+++ b/contrib/src/mfx/rules.mak
@@ -0,0 +1,26 @@
+# mfx (Media SDK)
+
+mfx_GITURL := git://git.videolan.org/mfx_dispatch
+
+ifdef HAVE_WIN32
+ifeq ($(call need_pkg,"mfx"),)
+PKGS_FOUND += mfx
+endif
+endif
+
+$(TARBALLS)/mfx-git.tar.xz:
+	$(call download_git,$(mfx_GITURL))
+
+.sum-mfx: mfx-git.tar.xz
+	$(warning $@ not implemented)
+	touch $@
+
+mfx: mfx-git.tar.xz
+	$(UNPACK)
+	cd $(UNPACK_DIR) && autoreconf -ivf
+	$(MOVE)
+
+.mfx: mfx
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
+	cd $< && $(MAKE) install
+	touch $@



More information about the vlc-commits mailing list