Mercurial > audlegacy
changeset 1585:a898e415ad8f trunk
[svn] An include a day keeps the implicit declaration at bay.
author | chainsaw |
---|---|
date | Sat, 19 Aug 2006 14:51:13 -0700 |
parents | 2229b67f1b89 |
children | c4b78bc50412 |
files | ChangeLog Plugins/Visualization/paranormal/pn/pndisplacement.c Plugins/Visualization/paranormal/pn/pnimage.c |
diffstat | 3 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Aug 19 12:28:56 2006 -0700 +++ b/ChangeLog Sat Aug 19 14:51:13 2006 -0700 @@ -1,3 +1,15 @@ +2006-08-19 19:28:56 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [2091] + - xspf stores all meta data in tuples now. + - at load time, tuple for each entry in a playlist can be constructed from xspf. it means no read access to meta data in each data file is needed. + + + Changes: Modified: + +223 -54 trunk/Plugins/Container/xspf/xspf.c + +99 -0 trunk/audacious/playlist.c + +5 -0 trunk/audacious/playlist.h + + 2006-08-18 21:56:52 +0000 William Pitcock <nenolod@nenolod.net> revision [2089] - freebsd compatibility
--- a/Plugins/Visualization/paranormal/pn/pndisplacement.c Sat Aug 19 12:28:56 2006 -0700 +++ b/Plugins/Visualization/paranormal/pn/pndisplacement.c Sat Aug 19 14:51:13 2006 -0700 @@ -18,6 +18,7 @@ #include <math.h> #include <glib.h> +#include <string.h> #include "pndisplacement.h" #include "pnbooleanoption.h" #include "pnstringoption.h"
--- a/Plugins/Visualization/paranormal/pn/pnimage.c Sat Aug 19 12:28:56 2006 -0700 +++ b/Plugins/Visualization/paranormal/pn/pnimage.c Sat Aug 19 14:51:13 2006 -0700 @@ -19,6 +19,7 @@ #include <config.h> #include <glib.h> +#include <string.h> #include "pnimage.h" #include "pnerror.h" #include "pncpu.h"