Mercurial > audlegacy-plugins
changeset 800:549f88da5311 trunk
[svn] amidi-plug: changed VERSION to AMIDIPLUG_VERSION in fluidsynth backend; not that trivial, but this is how it's supposed to be
author | giacomo |
---|---|
date | Sun, 11 Mar 2007 06:31:32 -0700 |
parents | d200de50a1fc |
children | dd06b14a43a9 |
files | ChangeLog src/amidi-plug/backend-fluidsynth/b-fluidsynth.c |
diffstat | 2 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Mar 09 22:47:38 2007 -0800 +++ b/ChangeLog Sun Mar 11 06:31:32 2007 -0700 @@ -1,3 +1,14 @@ +2007-03-10 06:47:38 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [1696] + - convert filename into utf8 in debug messages. + + trunk/src/madplug/fileinfo.c | 6 +++++- + trunk/src/madplug/input.c | 4 +++- + trunk/src/madplug/plugin.c | 22 +++++++++++++++++----- + trunk/src/madplug/replaygain.c | 4 +++- + 4 files changed, 28 insertions(+), 8 deletions(-) + + 2007-03-09 20:42:48 +0000 Giacomo Lozito <james@develia.org> revision [1694] - amidi-plug: change version number to reflect the code differences between audacious version and stand-alone version
--- a/src/amidi-plug/backend-fluidsynth/b-fluidsynth.c Fri Mar 09 22:47:38 2007 -0800 +++ b/src/amidi-plug/backend-fluidsynth/b-fluidsynth.c Sun Mar 11 06:31:32 2007 -0700 @@ -32,7 +32,7 @@ if ( name != NULL ) *name = g_strdup( "fluidsynth" ); if ( longname != NULL ) - *longname = g_strdup( "FluidSynth Backend " VERSION ); + *longname = g_strdup( "FluidSynth Backend " AMIDIPLUG_VERSION ); if ( desc != NULL ) *desc = g_strdup( _("This backend produces audio by sending MIDI events " "to FluidSynth, a real-time software synthesizer based "