2 * libmad - MPEG audio decoder library
3 * Copyright (C) 2000-2003 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
29 s8
const mad_version
[] = "MPEG Audio Decoder " MAD_VERSION
;
30 s8
const mad_copyright
[] = "Copyright (C) " MAD_PUBLISHYEAR
" " MAD_AUTHOR
;
31 s8
const mad_author
[] = MAD_AUTHOR
" <" MAD_EMAIL
">";
33 s8
const mad_build
[] = ""
36 # elif defined(NDEBUG)
40 # if defined(EXPERIMENTAL)
44 # if defined(FPM_64BIT)
46 # elif defined(FPM_INTEL)
48 # elif defined(FPM_ARM)
50 # elif defined(FPM_MIPS)
52 # elif defined(FPM_SPARC)
54 # elif defined(FPM_PPC)
56 # elif defined(FPM_DEFAULT)
60 # if defined(ASO_IMDCT)
63 # if defined(ASO_INTERLEAVE1)
66 # if defined(ASO_INTERLEAVE2)
69 # if defined(ASO_ZEROCHECK)
73 # if defined(OPT_SPEED)
75 # elif defined(OPT_ACCURACY)
83 # if defined(OPT_DCTO) /* never defined here */
87 # if defined(OPT_STRICT)