[vlc-commits] Contribs: build crystalhd SDK on Win32

Jean-Baptiste Kempf git at videolan.org
Fri Jul 12 17:28:49 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 12 17:28:24 2013 +0200| [1d5f0bf6691ca409bf5b21b41e0db29a778b4060] | committer: Jean-Baptiste Kempf

Contribs: build crystalhd SDK on Win32

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d5f0bf6691ca409bf5b21b41e0db29a778b4060
---

 contrib/src/crystalhd/rules.mak |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/src/crystalhd/rules.mak b/contrib/src/crystalhd/rules.mak
index 407489c..3233120 100644
--- a/contrib/src/crystalhd/rules.mak
+++ b/contrib/src/crystalhd/rules.mak
@@ -2,6 +2,10 @@
 
 CRYSTAL_HEADERS_URL := http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes_v1.zip
 
+ifdef HAVE_WIN32
+PKGS += crystalhd
+endif
+
 $(TARBALLS)/crystalhd_lgpl_includes_v1.zip:
 	$(call download,$(CRYSTAL_HEADERS_URL))
 



More information about the vlc-commits mailing list