Mercurial > mplayer.hg
annotate libfaad2/config.h @ 11860:10fc83e1a86d
sync
author | gabucino |
---|---|
date | Tue, 27 Jan 2004 09:28:39 +0000 |
parents | 125a35fc47a5 |
children |
rev | line source |
---|---|
10805
125a35fc47a5
fixed win32 compile problems and broken bigendian support
alex
parents:
10725
diff
changeset
|
1 #include "../config.h" |
125a35fc47a5
fixed win32 compile problems and broken bigendian support
alex
parents:
10725
diff
changeset
|
2 |
125a35fc47a5
fixed win32 compile problems and broken bigendian support
alex
parents:
10725
diff
changeset
|
3 #ifdef WORDS_BIGENDIAN |
125a35fc47a5
fixed win32 compile problems and broken bigendian support
alex
parents:
10725
diff
changeset
|
4 #define ARCH_IS_BIG_ENDIAN 1 |
125a35fc47a5
fixed win32 compile problems and broken bigendian support
alex
parents:
10725
diff
changeset
|
5 #endif |
125a35fc47a5
fixed win32 compile problems and broken bigendian support
alex
parents:
10725
diff
changeset
|
6 |
10725 | 7 /* config.h. Generated automatically by configure. */ |
8 /* config.h.in. Generated automatically from configure.in by autoheader. */ | |
9 | |
10 /* Define if needed */ | |
11 /* #undef HAVE_FLOAT32_T */ | |
12 | |
13 /* Define if you have the <inttypes.h> header file. */ | |
14 #define HAVE_INTTYPES_H 1 | |
15 | |
16 /* Define if you have the `memcpy' function. */ | |
17 #define HAVE_MEMCPY 1 | |
18 | |
19 /* Define if you have the <stdint.h> header file. */ | |
20 #define HAVE_STDINT_H 1 | |
21 | |
22 /* Define if you have the `strchr' function. */ | |
23 #define HAVE_STRCHR 1 | |
24 | |
25 /* Define if you have the ANSI C header files. */ | |
26 #define STDC_HEADERS 1 | |
27 | |
28 /* Define if your processor stores words with the most significant byte first | |
29 (like Motorola and SPARC, unlike Intel and VAX). */ | |
30 /* #undef WORDS_BIGENDIAN */ | |
31 | |
32 /* Define as `__inline' if that's what the C compiler calls it, or to nothing | |
33 if it is not supported. */ | |
34 /* #undef inline */ |