[vlc-devel] [PATCH] contrib: fluidlite: use a hash specific to fluidlite

Steve Lhomme robux4 at videolabs.io
Fri Jul 8 15:54:39 CEST 2016


All .mak files are aggregated in a single Makefile so variables need to be
package specific.
---
 contrib/src/fluidlite/rules.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/fluidlite/rules.mak b/contrib/src/fluidlite/rules.mak
index a4cf5e0..abac7b1 100644
--- a/contrib/src/fluidlite/rules.mak
+++ b/contrib/src/fluidlite/rules.mak
@@ -1,10 +1,10 @@
 # fluidlite
 
 FLUID_GITURL := https://github.com/divideconcept/FluidLite.git
-HASH := 171d222
+FLUID_HASH := 171d222
 
 $(TARBALLS)/fluidlite-git.tar.xz:
-	$(call download_git,$(FLUID_GITURL),,$(HASH))
+	$(call download_git,$(FLUID_GITURL),,$(FLUID_HASH))
 
 .sum-fluidlite: fluidlite-git.tar.xz
 	$(warning $@ not implemented)
-- 
2.8.2



More information about the vlc-devel mailing list