summaryrefslogtreecommitdiff
path: root/tools/update_fluidsynth.sh
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-23 14:36:52 +0100
committerRobin Gareus <robin@gareus.org>2018-11-23 16:05:19 +0100
commit8c4c97d1e2f3e4701de099edd836c81c31f2744c (patch)
tree38f788b739f2f3c8d47e0558cc3d681d9470db0e /tools/update_fluidsynth.sh
parentf28b03c305229b0de657e9a767b193b45ca9433a (diff)
Update Fluidsynth to v2.0.2
Diffstat (limited to 'tools/update_fluidsynth.sh')
-rwxr-xr-xtools/update_fluidsynth.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/update_fluidsynth.sh b/tools/update_fluidsynth.sh
index c64e8adf6f..173145e392 100755
--- a/tools/update_fluidsynth.sh
+++ b/tools/update_fluidsynth.sh
@@ -71,6 +71,7 @@ rsync -auc --info=progress2 \
${FSR}src/synth/fluid_voice.h \
${FSR}src/utils/fluid_conv.c \
${FSR}src/utils/fluid_conv.h \
+ ${FSR}src/utils/fluid_conv_tables.h \
${FSR}src/utils/fluid_hash.c \
${FSR}src/utils/fluid_hash.h \
${FSR}src/utils/fluid_list.c \
@@ -102,4 +103,7 @@ rsync -auc --info=progress2 \
"$ASRC/libs/fluidsynth/fluidsynth/"
cd "$ASRC"
-patch -p1 < tools/ardour_fluidsynth.diff
+patch -p1 < tools/fluid-patches/ardour_fluidsynth.diff
+
+cp tools/fluid-patches/fluid_conv_tables.c libs/fluidsynth/src/
+cp tools/fluid-patches/fluid_rvoice_dsp_tables.c libs/fluidsynth/src/