diff ChangeLog @ 331:5c4a9e4ba3be trunk

[svn] - remove gnomevfs reference
author nenolod
date Mon, 04 Dec 2006 15:26:12 -0800
parents 74df3bd6f472
children 626f9f4d79a8
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 04 13:50:33 2006 -0800
+++ b/ChangeLog	Mon Dec 04 15:26:12 2006 -0800
@@ -1,3 +1,20 @@
+2006-12-04 21:50:33 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [724]
+  - portability fixes:
+    + use old inttypes.h if stdint.h is not available
+    + use NULL instead of 0 when dealing with pointers
+  
+  trunk/src/aac/mp4ff/mp4ff_int_types.h |   10 ++++++++-
+  trunk/src/alac/alac.c                 |   10 ++++++++-
+  trunk/src/alac/demux.c                |   11 +++++++++-
+  trunk/src/alac/demux.h                |   11 +++++++++-
+  trunk/src/alac/plugin.c               |   12 ++++++++++-
+  trunk/src/alac/stream.c               |   11 +++++++++-
+  trunk/src/alac/stream.h               |   10 ++++++++-
+  trunk/src/sexypsf/xmms.c              |   36 +++++++++++++++++-----------------
+  8 files changed, 86 insertions(+), 25 deletions(-)
+
+
 2006-12-04 21:18:25 +0000  William Pitcock <nenolod@nenolod.net>
   revision [722]
   - remove xentry.h reference