summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-27 20:12:03 +0200
committerRobin Gareus <robin@gareus.org>2017-06-27 20:12:46 +0200
commit1dd4aab0b4d3e14ef93ddb3470d4c386f48cda6b (patch)
treef0006417f0db48b8694ea306faba70044dfb3ee3 /tools
parent0650e0d3fd80da266045d3553fc3465fc40f5afd (diff)
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)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_fluidsynth.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/update_fluidsynth.sh b/tools/update_fluidsynth.sh
index 66ad7835fa..785d68bc0f 100755
--- a/tools/update_fluidsynth.sh
+++ b/tools/update_fluidsynth.sh
@@ -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/