diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-04 23:19:57 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-04 23:19:57 +0000 |
commit | e2d2baece9230967d8f1d5fdb5259515c2fb03c7 (patch) | |
tree | 0e0e0470e22eb21a60cf694cbaad199aadc5e242 /src/libmad/configure.ac | |
parent | 7be523c015a18ffcfbdd9511e225609729b25a0c (diff) | |
download | mpd-e2d2baece9230967d8f1d5fdb5259515c2fb03c7.tar.gz mpd-e2d2baece9230967d8f1d5fdb5259515c2fb03c7.tar.xz mpd-e2d2baece9230967d8f1d5fdb5259515c2fb03c7.zip |
update to 0.15.1 of libmad and libid3tag
git-svn-id: https://svn.musicpd.org/mpd/trunk@196 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/libmad/configure.ac')
-rw-r--r-- | src/libmad/configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libmad/configure.ac b/src/libmad/configure.ac index aaba8d044..568cd227c 100644 --- a/src/libmad/configure.ac +++ b/src/libmad/configure.ac @@ -1,7 +1,7 @@ dnl -*- m4 -*- dnl dnl libmad - MPEG audio decoder library -dnl Copyright (C) 2000-2003 Underbit Technologies, Inc. +dnl Copyright (C) 2000-2004 Underbit Technologies, Inc. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -17,11 +17,11 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -AC_REVISION([$Id: configure.ac,v 1.1 2003/08/14 03:57:13 shank Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.9 2004/01/23 09:41:32 rob Exp $])dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([MPEG Audio Decoder], [0.15.0b], [support@underbit.com], [libmad]) +AC_INIT([MPEG Audio Decoder], [0.15.1b], [support@underbit.com], [libmad]) AC_PREREQ(2.53) AC_CONFIG_SRCDIR([decoder.h]) @@ -212,6 +212,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE +AC_C_BIGENDIAN AC_TYPE_PID_T AC_CHECK_SIZEOF(int, 2) |