Mercurial > mplayer.hg
comparison configure @ 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 | aa0a5aa712fc |
comparison
equal
deleted
inserted
replaced
24002:4aadd7aea5c1 | 24003:5207d09dbb67 |
---|---|
7672 Date: Thu, 15 Feb 2007 18:15:45 +0100 | 7672 Date: Thu, 15 Feb 2007 18:15:45 +0100 |
7673 Subject: [MPlayer-users] Crash with backtrace when playing back demuxed... | 7673 Subject: [MPlayer-users] Crash with backtrace when playing back demuxed... |
7674 */ | 7674 */ |
7675 #define HAVE_SYS_POLL_H 1 | 7675 #define HAVE_SYS_POLL_H 1 |
7676 | 7676 |
7677 /* yes, we have inttypes.h */ | |
7678 #define HAVE_INTTYPES_H 1 | |
7679 | |
7680 /* int_fastXY_t emulation */ | |
7681 $_def_fast_inttypes | |
7682 | |
7677 /* use GNU internationalization */ | 7683 /* use GNU internationalization */ |
7678 $_def_i18n | 7684 $_def_i18n |
7679 | 7685 |
7680 /* name of messages charset */ | 7686 /* name of messages charset */ |
7681 $_def_charset | 7687 $_def_charset |
8135 ** | 8141 ** |
8136 *---------------------------------------------------------------------------*/ | 8142 *---------------------------------------------------------------------------*/ |
8137 | 8143 |
8138 /* C99 lrintf function available */ | 8144 /* C99 lrintf function available */ |
8139 $_def_lrintf | 8145 $_def_lrintf |
8140 | |
8141 /* yes, we have inttypes.h */ | |
8142 #define HAVE_INTTYPES_H 1 | |
8143 | |
8144 /* int_fastXY_t emulation */ | |
8145 $_def_fast_inttypes | |
8146 | 8146 |
8147 /* mkstemp support */ | 8147 /* mkstemp support */ |
8148 $_def_mkstemp | 8148 $_def_mkstemp |
8149 | 8149 |
8150 /* nanosleep support */ | 8150 /* nanosleep support */ |