# HG changeset patch # User nenolod # Date 1165274772 28800 # Node ID 5c4a9e4ba3be13d9db65dac5054daefe72144bda # Parent 74df3bd6f47267ef8fc240c3e20e60e2c878d054 [svn] - remove gnomevfs reference diff -r 74df3bd6f472 -r 5c4a9e4ba3be ChangeLog --- 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 + 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 revision [722] - remove xentry.h reference diff -r 74df3bd6f472 -r 5c4a9e4ba3be configure.ac --- a/configure.ac Mon Dec 04 13:50:33 2006 -0800 +++ b/configure.ac Mon Dec 04 15:26:12 2006 -0800 @@ -213,32 +213,6 @@ AC_SUBST(CONFIGDB_BACKEND) -dnl GnomeVFS support - -AC_ARG_ENABLE( gnome-vfs, - [ --enable-gnome-vfs enable GnomeVFS support (default=disabled)], - [enable_gnomevfs=$enableval], - [enable_gnomevfs="no"] -) - -if test "$enable_gnomevfs" = "yes"; then - PKG_CHECK_MODULES(GNOMEVFS, [gnome-vfs-2.0 >= 2.6.0], - [ - AC_DEFINE(HAVE_GNOME_VFS, , [Define if building with GnomeVFS support]) - ADD_PC_REQUIRES([gnome-vfs-2.0 >= 2.6.0]) - ], - [AC_MSG_ERROR([Cannot find GnomeVFS])] - ) -fi - -if test "$enable_gnomevfs" = "yes"; then - VFS_BACKEND="gnome" -else - VFS_BACKEND="stdio" -fi - -AC_SUBST(VFS_BACKEND) - dnl Check for esound AC_ARG_ENABLE( esd,