Update fluidsynth

Fix potential crashes in case fluid-synth runs into an OOM error,
and address a const-cast compiler warning.

Switch to track github repo (instead of sf.net git)
This commit is contained in:
Robin Gareus 2017-06-27 20:12:03 +02:00
parent 0650e0d3fd
commit 1dd4aab0b4
5 changed files with 20 additions and 6 deletions

View file

@ -20,7 +20,8 @@ echo $TMP
trap "rm -rf $TMP" EXIT
cd $TMP
git clone git://git.code.sf.net/p/fluidsynth/code-git fs-git
#git clone git://git.code.sf.net/p/fluidsynth/code-git fs-git
git clone git://github.com/FluidSynth/fluidsynth.git fs-git
FSR=fs-git/fluidsynth/