[vlc-commits] commit: FLUID_FAILED is not defined in version 1.0.x ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat Apr 17 20:26:33 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 17 21:06:52 2010 +0300| [ceb539664b3234f91fd9fb2c9c47bffed2fa0117] | committer: Rémi Denis-Courmont
FLUID_FAILED is not defined in version 1.0.x
(cherry picked from commit 3eacdd5ad7445d1620f9e249014b5e6d124d5017)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=ceb539664b3234f91fd9fb2c9c47bffed2fa0117
---
modules/codec/fluidsynth.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/codec/fluidsynth.c b/modules/codec/fluidsynth.c
index 0f25c89..4cf3098 100644
--- a/modules/codec/fluidsynth.c
+++ b/modules/codec/fluidsynth.c
@@ -40,6 +40,7 @@
#if (FLUIDSYNTH_VERSION_MAJOR < 1) \
|| (FLUIDSYNTH_VERSION_MAJOR == 1 && FLUIDSYNTH_VERSION_MINOR < 1)
+# define FLUID_FAILED (-1)
# define fluid_synth_sysex(synth, ptr, len, d, e, f, g) (FLUID_FAILED)
# define fluid_synth_system_reset(synth) (FLUID_FAILED)
# define fluid_synth_channel_pressure(synth, channel, p) (FLUID_FAILED)
More information about the vlc-commits
mailing list