2 * libmad - MPEG audio decoder library
3 * Copyright (C) 2000-2004 Underbit Technologies, Inc.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30 char const mad_version
[] = "MPEG Audio Decoder " MAD_VERSION
;
31 char const mad_copyright
[] = "Copyright (C) " MAD_PUBLISHYEAR
" " MAD_AUTHOR
;
32 char const mad_author
[] = MAD_AUTHOR
" <" MAD_EMAIL
">";
34 char const mad_build
[] = ""
37 # elif defined(NDEBUG)
41 # if defined(EXPERIMENTAL)
45 # if defined(FPM_64BIT)
47 # elif defined(FPM_INTEL)
49 # elif defined(FPM_ARM)
51 # elif defined(FPM_MIPS)
53 # elif defined(FPM_SPARC)
55 # elif defined(FPM_PPC)
57 # elif defined(FPM_DEFAULT)
61 # if defined(ASO_IMDCT)
64 # if defined(ASO_INTERLEAVE1)
67 # if defined(ASO_INTERLEAVE2)
70 # if defined(ASO_ZEROCHECK)
74 # if defined(OPT_SPEED)
76 # elif defined(OPT_ACCURACY)
84 # if defined(OPT_DCTO) /* never defined here */
88 # if defined(OPT_STRICT)