[vlc-commits] Contribs: update fluidlite to fix Reset All Controller issue
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 23 18:05:56 CET 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 23 18:05:17 2016 +0100| [b5b6c9409ecbe6e2fdc53a24c8469b8773ed1da0] | committer: Jean-Baptiste Kempf
Contribs: update fluidlite to fix Reset All Controller issue
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5b6c9409ecbe6e2fdc53a24c8469b8773ed1da0
---
THANKS | 1 +
contrib/src/fluidlite/rules.mak | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/THANKS b/THANKS
index 184cc07..341437d 100644
--- a/THANKS
+++ b/THANKS
@@ -3,6 +3,7 @@ following persons' or companies' code:
FAAD2 - Copyright (c) Nero AG, www.nero.com" - GPLv2 or later
FFmpeg - Copyright (c) 2000-2015 the FFmpeg developers - LGPLv2.1 or later
+FluidLite - Copyright (c) 2016 Robin Lobel - LGPLv2.1 or later
FluidSynth - Copyright (c) 2003-2010 Peter Hanappe, Conrad Berhörster, Antoine
Schmitt, Pedro López-Cabanillas, Josh Green, David Henningsson - LGPLv2.1 or
later
diff --git a/contrib/src/fluidlite/rules.mak b/contrib/src/fluidlite/rules.mak
index af1b859..692255d 100644
--- a/contrib/src/fluidlite/rules.mak
+++ b/contrib/src/fluidlite/rules.mak
@@ -1,7 +1,7 @@
# fluidlite
FLUID_GITURL := https://github.com/divideconcept/FluidLite.git
-FLUID_HASH := 9fca275
+FLUID_HASH := a95c0303
ifdef HAVE_WIN32
PKGS += fluidlite
More information about the vlc-commits
mailing list