Mercurial > audlegacy-plugins
changeset 779:5f53309bb7d8 trunk
[svn] - fix for missing ordinals, closes #830.
author | nenolod |
---|---|
date | Sun, 04 Mar 2007 01:50:27 -0800 |
parents | 209b08a3eff6 |
children | 985d000c343c |
files | ChangeLog src/flac/plugin_common/Makefile |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Mar 03 22:55:57 2007 -0800 +++ b/ChangeLog Sun Mar 04 01:50:27 2007 -0800 @@ -1,3 +1,11 @@ +2007-03-04 06:55:57 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [1654] + - hide seek bar for unseekable (info->size = 0) stream. + + trunk/src/madplug/decoder.c | 11 +++++++---- + 1 file changed, 7 insertions(+), 4 deletions(-) + + 2007-03-04 03:27:40 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [1652] - ishttp() should check string is not NULL. closes #832.
--- a/src/flac/plugin_common/Makefile Sat Mar 03 22:55:57 2007 -0800 +++ b/src/flac/plugin_common/Makefile Sun Mar 04 01:50:27 2007 -0800 @@ -1,7 +1,7 @@ include ../../../mk/rules.mk include ../../../mk/init.mk -CFLAGS += $(PICFLAGS) -I.. -I../../.. +CFLAGS += $(PICFLAGS) -I.. -I../../.. -I../libflac OBJECTIVE_LIBS_NOINST = libplugin_common.a