Mercurial > audlegacy
diff ChangeLog @ 1570:4023a295db39 trunk
[svn] - wma: use posix_memalign() instead of memalign() in some more spots
- xspf: return if filename is NULL
author | nenolod |
---|---|
date | Fri, 11 Aug 2006 01:14:23 -0700 |
parents | 3af18d169044 |
children | 0b69bc0eb2d2 |
line wrap: on
line diff
--- a/ChangeLog Thu Aug 10 22:40:31 2006 -0700 +++ b/ChangeLog Fri Aug 11 01:14:23 2006 -0700 @@ -1,3 +1,15 @@ +2006-08-11 05:40:31 +0000 William Pitcock <nenolod@nenolod.net> + revision [2052] + - Plugins/Container/xspf/xspf.c: xspf cleanups + - configure.ac, audacious/main.h: If XSPF is available, use XSPF instead of m3u for storing the playlist. + + + Changes: Modified: + +2 -2 trunk/Plugins/Container/xspf/xspf.c + +5 -1 trunk/audacious/main.h + +1 -0 trunk/configure.ac + + 2006-08-11 05:26:50 +0000 William Pitcock <nenolod@nenolod.net> revision [2050] - experimental XSPF support