Mercurial > audlegacy-plugins
changeset 987:8f432e790cfb trunk
[svn] - add check for cfg.stopaftersong at the end of cue.
author | yaz |
---|---|
date | Mon, 30 Apr 2007 21:19:47 -0700 |
parents | 5523559a1eac |
children | 1d25b3513a17 |
files | ChangeLog src/cue/cuesheet.c |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Apr 30 21:18:44 2007 -0700 +++ b/ChangeLog Mon Apr 30 21:19:47 2007 -0700 @@ -1,3 +1,16 @@ +2007-05-01 04:18:44 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2112] + - add Vorbis output mode + - change "Output file extension" to "Output file format" + - link against -lvorbisenc, this will probably want to be adjusted before we make a release on a 1.4 branch + + trunk/src/filewriter/Makefile | 4 + trunk/src/filewriter/filewriter.c | 9 + + trunk/src/filewriter/plugins.h | 2 + trunk/src/filewriter/vorbis.c | 203 ++++++++++++++++++++++++++++++++++++++ + 4 files changed, 212 insertions(+), 6 deletions(-) + + 2007-05-01 03:24:34 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [2110] - rename titles of configure windows.
--- a/src/cue/cuesheet.c Mon Apr 30 21:18:44 2007 -0700 +++ b/src/cue/cuesheet.c Mon Apr 30 21:19:47 2007 -0700 @@ -639,6 +639,9 @@ } } else { + if(cfg.stopaftersong) { + exec_thread = g_thread_create(do_stop, (void *)real_ip, FALSE, NULL); + } #ifdef DEBUG g_print("i: watchdog end of cue, advance in playlist\n\n"); #endif