vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 <[email protected]> > 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)) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
