Commit 2656d893 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: add mfx dispatcher (Media SDK) for Win32

parent 90e9164a
# 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 $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment