Mercurial > audlegacy-plugins
changeset 565:c2f3df58cad6 trunk
[svn] - make this compile again
author | nenolod |
---|---|
date | Mon, 29 Jan 2007 03:14:02 -0800 |
parents | 6b959c9914a7 |
children | 98c4735c3c2e |
files | ChangeLog src/wav/wav-sndfile.c src/wav/wav-sndfile.h |
diffstat | 3 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Jan 28 22:42:40 2007 -0800 +++ b/ChangeLog Mon Jan 29 03:14:02 2007 -0800 @@ -1,3 +1,11 @@ +2007-01-29 06:42:40 +0000 Daniel Barkalow <barkalow@iabervon.org> + revision [1214] + Fix a dumb mistake, and also use generic flags and get_time. + + trunk/src/vorbis/vorbis.c | 58 +++++++++++++++++----------------------------- + 1 file changed, 22 insertions(+), 36 deletions(-) + + 2007-01-29 06:15:52 +0000 Daniel Barkalow <barkalow@iabervon.org> revision [1212] Fix sid for current API.
--- a/src/wav/wav-sndfile.c Sun Jan 28 22:42:40 2007 -0800 +++ b/src/wav/wav-sndfile.c Mon Jan 29 03:14:02 2007 -0800 @@ -28,6 +28,7 @@ #include <math.h> #include <stdio.h> +#include <audacious/plugin.h> #include <audacious/util.h> #include <audacious/titlestring.h> #include <audacious/i18n.h>
--- a/src/wav/wav-sndfile.h Sun Jan 28 22:42:40 2007 -0800 +++ b/src/wav/wav-sndfile.h Mon Jan 29 03:14:02 2007 -0800 @@ -27,7 +27,7 @@ static void plugin_init (void); static int is_our_file (char *filename); -static void play_start (InputPlayback *playback) +static void play_start (InputPlayback *playback); static void play_stop (InputPlayback *playback); static void file_seek (InputPlayback *playback, int time); static int get_time (InputPlayback *playback);