[vlc-commits] Contribs: add mfx dispatcher (Media SDK) for Win32
Jean-Baptiste Kempf
git at videolan.org
Thu Jul 11 15:39:15 CEST 2013
vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 11 15:23:02 2013 +0200| [9bd402bfa6ecc75ca1f81d1d3c73e09a32f7b266] | committer: Jean-Baptiste Kempf
Contribs: add mfx dispatcher (Media SDK) for Win32
(cherry picked from commit 2656d893b61cb0044699449785f53256e3f2e0aa)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=9bd402bfa6ecc75ca1f81d1d3c73e09a32f7b266
---
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