Commit 2a717a8b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: add directx headers

parent 8d1947f2
03620b89ed8f9e9e339be9f7024d1f9a71468cba0ac2389eabd68ed1f1aa0a2d6e67c42c93f9a91eb43cf06964112dc9942ae49f8b532ff5c69db53d6b03edf8 directx-oss.tar.bz2
# DirectX headers
DX_HEADERS_URL := $(CONTRIB_VIDEOLAN)/directx-oss.tar.bz2
ifdef HAVE_WIN32
PKGS += directx
endif
$(TARBALLS)/directx-oss.tar.bz2:
$(DOWNLOAD) $(DX_HEADERS_URL)
.sum-directx: $(TARBALLS)/directx-oss.tar.bz2
$(CHECK_SHA512)
touch $@
.directx: $(TARBALLS)/directx-oss.tar.bz2 .sum-directx
mkdir -p -- "$(PREFIX)/include"
tar xvjf $< -C "$(PREFIX)/include"
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