[vlc-commits] Contribs: activate fluidlite for Windows by default

Jean-Baptiste Kempf git at videolan.org
Thu Aug 4 17:25:01 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug  4 17:23:47 2016 +0200| [3589a347e4e287ab620d01f88c2160091cc61118] | committer: Jean-Baptiste Kempf

Contribs: activate fluidlite for Windows by default

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

 contrib/src/fluidlite/rules.mak | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/contrib/src/fluidlite/rules.mak b/contrib/src/fluidlite/rules.mak
index 70538a8..e3bf6f3 100644
--- a/contrib/src/fluidlite/rules.mak
+++ b/contrib/src/fluidlite/rules.mak
@@ -3,6 +3,14 @@
 FLUID_GITURL := https://github.com/divideconcept/FluidLite.git
 FLUID_HASH := 7b6ab58
 
+ifdef HAVE_WIN32
+PKGS += fluidite
+endif
+
+ifeq ($(call need_pkg,"fluidlite"),)
+PKGS_FOUND += fluidlite
+endif
+
 $(TARBALLS)/fluidlite-git.tar.xz:
 	$(call download_git,$(FLUID_GITURL),,$(FLUID_HASH))
 



More information about the vlc-commits mailing list