summarylogtreecommitdiffstats
path: root/0001-Fix-path-to-FluidR3-soundfont.patch
diff options
context:
space:
mode:
authorJan Cholasta2018-03-25 17:33:47 +0200
committerJan Cholasta2018-03-25 17:33:47 +0200
commitc7280f9e98f5c72f7f3241f39c206d45e8e8b3a4 (patch)
tree76ad57ea626cde45d00bdd3ff6d2d5015948433c /0001-Fix-path-to-FluidR3-soundfont.patch
parentad35eb970a82a54fb3881916f7a71415aecfdd33 (diff)
downloadaur-c7280f9e98f5c72f7f3241f39c206d45e8e8b3a4.tar.gz
gzdoom-3.3.0-1
Diffstat (limited to '0001-Fix-path-to-FluidR3-soundfont.patch')
-rw-r--r--0001-Fix-path-to-FluidR3-soundfont.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-Fix-path-to-FluidR3-soundfont.patch b/0001-Fix-path-to-FluidR3-soundfont.patch
deleted file mode 100644
index 309efc880f9f..000000000000
--- a/0001-Fix-path-to-FluidR3-soundfont.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a5061668fe18fa8b234cd09780a41f7542169b99 Mon Sep 17 00:00:00 2001
-From: Jan Cholasta <jan@cholasta.net>
-Date: Sun, 17 Sep 2017 10:45:32 +0200
-Subject: [PATCH] Fix path to FluidR3 soundfont
-
----
- src/sound/mididevices/music_fluidsynth_mididevice.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/sound/mididevices/music_fluidsynth_mididevice.cpp b/src/sound/mididevices/music_fluidsynth_mididevice.cpp
-index 07102c43d..c32a17d8b 100644
---- a/src/sound/mididevices/music_fluidsynth_mididevice.cpp
-+++ b/src/sound/mididevices/music_fluidsynth_mididevice.cpp
-@@ -327,7 +327,7 @@ FluidSynthMIDIDevice::FluidSynthMIDIDevice(const char *args)
- }
- #ifdef __unix__
- // This is the standard location on Ubuntu.
-- if (LoadPatchSets("/usr/share/sounds/sf2/FluidR3_GS.sf2:/usr/share/sounds/sf2/FluidR3_GM.sf2"))
-+ if (LoadPatchSets("/usr/share/soundfonts/FluidR3_GS.sf2:/usr/share/soundfonts/FluidR3_GM.sf2"))
- {
- return;
- }
---
-2.14.2
-