OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [first/] [mp3/] [sw/] [mad-xess/] [libmad/] [acconfig.h] - Blame information for rev 769

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 268 lampret
/*
2
 * mad - MPEG audio decoder
3
 * Copyright (C) 2000-2001 Robert Leslie
4
 *
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.
9
 *
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.
14
 *
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
18
 *
19
 * $Id: acconfig.h,v 1.1.1.1 2001-11-04 19:37:34 lampret Exp $
20
 */
21
 
22
# ifndef LIBMAD_CONFIG_H
23
# define LIBMAD_CONFIG_H
24
 
25
/*****************************************************************************
26
 * Definitions selected automatically by `configure'                         *
27
 *****************************************************************************/
28
@TOP@
29
 
30
/* Define to optimize for speed over accuracy. */
31
#undef OPT_SPEED
32
 
33
/* Define to optimize for accuracy over speed. */
34
#undef OPT_ACCURACY
35
 
36
/* Define to enable a fast subband synthesis approximation optimization. */
37
#undef OPT_SSO
38
 
39
/* Define to influence a strict interpretation of the ISO/IEC standards,
40
   even if this is in opposition with best accepted practices. */
41
#undef OPT_STRICT
42
 
43
/* Define if your MIPS CPU supports a 2-operand MADD instruction. */
44
#undef HAVE_MADD_ASM
45
 
46
/* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
47
#undef HAVE_MADD16_ASM
48
 
49
/* Define to enable diagnostic debugging support. */
50
#undef DEBUG
51
 
52
/* Define to disable debugging assertions. */
53
#undef NDEBUG
54
 
55
/* Define to enable experimental code. */
56
#undef EXPERIMENTAL
57
 
58
/* Define if we have embedded application.  */
59
#undef EMBED
60
 
61
@BOTTOM@
62
/*****************************************************************************
63
 * End of automatically configured definitions                               *
64
 *****************************************************************************/
65
 
66
# endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.