From 8c4c97d1e2f3e4701de099edd836c81c31f2744c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 23 Nov 2018 14:36:52 +0100 Subject: Update Fluidsynth to v2.0.2 --- tools/update_fluidsynth.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/update_fluidsynth.sh') 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/ -- cgit v1.2.3