[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:07:05 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 17 21:06:52 2010 +0300| [3eacdd5ad7445d1620f9e249014b5e6d124d5017] | committer: Rémi Denis-Courmont 

FLUID_FAILED is not defined in version 1.0.x

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3eacdd5ad7445d1620f9e249014b5e6d124d5017
---

 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