mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
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:
parent
0650e0d3fd
commit
1dd4aab0b4
5 changed files with 20 additions and 6 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue