Mercurial > audlegacy-plugins
changeset 331:5c4a9e4ba3be trunk
[svn] - remove gnomevfs reference
author | nenolod |
---|---|
date | Mon, 04 Dec 2006 15:26:12 -0800 |
parents | 74df3bd6f472 |
children | 626f9f4d79a8 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 17 insertions(+), 26 deletions(-) [+] |
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
--- 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,