# HG changeset patch # User nenolod # Date 1173001827 28800 # Node ID 5f53309bb7d8d1d732f06ab62ae4b6c18be5f729 # Parent 209b08a3eff67f4eff70ca49c192b000a452e84b [svn] - fix for missing ordinals, closes #830. diff -r 209b08a3eff6 -r 5f53309bb7d8 ChangeLog --- 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 + 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 revision [1652] - ishttp() should check string is not NULL. closes #832. diff -r 209b08a3eff6 -r 5f53309bb7d8 src/flac/plugin_common/Makefile --- 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