crystal_hd url is 404
Am on:
1.2.0-pre3-106-g92bea26
Correct url from broadcom website is apparently: http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes_v1.zip
git diff:
diff --git a/contrib/src/crystalhd/SHA512SUMS b/contrib/src/crystalhd/SHA512SUMS
index 5ec8285..44fcb76 100644
--- a/contrib/src/crystalhd/SHA512SUMS
+++ b/contrib/src/crystalhd/SHA512SUMS
@@ -1 +1 @@
-da996732b1a4ff86f9bb36ca70cd203c0456d613b0ebdcddf4a2e33c2dd6dd9c3211bf6f3df5dd4c6e6c4a5a53d2ba1f7cd00eff2b2bd2471
+26a7443b8f3867742b519fac13552e0b4e7b8d5310223b5c73160a679ed777d7917b6d9ac0ed5629f23baa7d9db98425dd1d90c2893f9640c
diff --git a/contrib/src/crystalhd/rules.mak b/contrib/src/crystalhd/rules.mak
index 29b0223..b39da4c 100644
--- a/contrib/src/crystalhd/rules.mak
+++ b/contrib/src/crystalhd/rules.mak
@@ -1,11 +1,11 @@
# CrystalHD headers
-CRYSTAL_HEADERS_URL := http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes.zip
+CRYSTAL_HEADERS_URL := http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes_v1.zip
-$(TARBALLS)/crystalhd_lgpl_includes.zip:
+$(TARBALLS)/crystalhd_lgpl_includes_v1.zip:
$(call download,$(CRYSTAL_HEADERS_URL))
-CRYSTAL_SOURCES := crystalhd_lgpl_includes.zip
+CRYSTAL_SOURCES := crystalhd_lgpl_includes_v1.zip
.sum-crystalhd: $(CRYSTAL_SOURCES)