Mercurial > mplayer.hg
changeset 24003:5207d09dbb67
Move HAVE_INTTYPES_H definition to a more sensible place in config.h.
author | diego |
---|---|
date | Tue, 07 Aug 2007 17:59:42 +0000 |
parents | 4aadd7aea5c1 |
children | 73e5eb586eb6 |
files | configure |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Aug 07 16:07:52 2007 +0000 +++ b/configure Tue Aug 07 17:59:42 2007 +0000 @@ -7674,6 +7674,12 @@ */ #define HAVE_SYS_POLL_H 1 +/* yes, we have inttypes.h */ +#define HAVE_INTTYPES_H 1 + +/* int_fastXY_t emulation */ +$_def_fast_inttypes + /* use GNU internationalization */ $_def_i18n @@ -8138,12 +8144,6 @@ /* C99 lrintf function available */ $_def_lrintf -/* yes, we have inttypes.h */ -#define HAVE_INTTYPES_H 1 - -/* int_fastXY_t emulation */ -$_def_fast_inttypes - /* mkstemp support */ $_def_mkstemp