Mercurial > audlegacy-plugins
changeset 314:29e5e3b6f1b6 trunk
[svn] - MirBSD support from <bsiegert -at gmx.de>
author | nenolod |
---|---|
date | Tue, 28 Nov 2006 12:09:34 -0800 |
parents | 19efbc50055f |
children | 2294f3a6f136 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Nov 27 18:10:41 2006 -0800 +++ b/ChangeLog Tue Nov 28 12:09:34 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-28 02:10:41 +0000 William Pitcock <nenolod@nenolod.net> + revision [682] + - be more robust + + trunk/src/aac/src/libmp4.c | 5 +++++ + 1 file changed, 5 insertions(+) + + 2006-11-27 03:47:44 +0000 Jerome Poulin <ticpu@ticpu.net> revision [680] Allow modyfing configuration before loading Paranormal, without crashing.
--- a/configure.ac Mon Nov 27 18:10:41 2006 -0800 +++ b/configure.ac Tue Nov 28 12:09:34 2006 -0800 @@ -863,7 +863,7 @@ *-*-freebsd*) AC_DEFINE(BEEP_CDROM_BSD,, [Define if cdrom access is in BSD style]) ;; - *-*-netbsd* | *-*-openbsd*) + *-*-netbsd* | *-*-openbsd* | *-*-mirbsd*) AC_DEFINE(BEEP_CDROM_BSD,, [Define if cdrom access is in BSD style]) AC_DEFINE(BEEP_CDROM_BSD_NETBSD,, [Define if cdrom access uses NetBSD variant]) ;; @@ -896,7 +896,7 @@ have_sun=no ARCH_DEFINES="" case "$host" in - *-*-openbsd* | *-*-netbsd*) + *-*-openbsd* | *-*-netbsd* | *-*-mirbsd*) have_sun=yes if test "${is_elf}" = "no" then @@ -921,7 +921,7 @@ i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*) arch_type=ix86 case "$host" in - *-*-netbsd* | *-*openbsd*) + *-*-netbsd* | *-*openbsd* | *-*-mirbsd*) ;; *) ARCH_DEFINES="-DI386_ASSEM"