[MPlayer-cvslog] r24023 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Aug 7 19:59:42 CEST 2007
Author: diego
Date: Tue Aug 7 19:59:42 2007
New Revision: 24023
Log:
Move HAVE_INTTYPES_H definition to a more sensible place in config.h.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Aug 7 19:59:42 2007
@@ -7674,6 +7674,12 @@ cat > config.h << EOF
*/
#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 @@ $_def_vcd
/* 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
More information about the MPlayer-cvslog
mailing list