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

Jean-Baptiste Kempf git at videolan.org
Sat Jul 13 15:31:24 CEST 2013


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

Contribs: build crystalhd SDK on Win32

(cherry picked from commit 1d5f0bf6691ca409bf5b21b41e0db29a778b4060)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=5ad005d9b8be22d6d53654e4b8b0643db14ce8c0
---

 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