]> git.sesse.net Git - vlc/blob - contrib/src/crystalhd/rules.mak
core: remove OSD menu keys configuration
[vlc] / contrib / src / crystalhd / rules.mak
1 # CrystalHD headers
2
3 CRYSTAL_HEADERS_URL := http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes_v1.zip
4
5 $(TARBALLS)/crystalhd_lgpl_includes_v1.zip:
6         $(call download,$(CRYSTAL_HEADERS_URL))
7
8 CRYSTAL_SOURCES := crystalhd_lgpl_includes_v1.zip
9
10 .sum-crystalhd: $(CRYSTAL_SOURCES)
11
12 .crystalhd: $(CRYSTAL_SOURCES) .sum-crystalhd
13         mkdir -p -- "$(PREFIX)/include/libcrystalhd"
14         unzip -o $< -d "$(PREFIX)/include/libcrystalhd"
15 ifdef HAVE_WIN32 # we want dlopening on win32
16         rm -rf $(PREFIX)/include/libcrystalhd/bc_drv_if.h
17 endif
18         touch $@