[MPlayer-cvslog] r20363 - trunk/configure

diego subversion at mplayerhq.hu
Sun Oct 22 16:45:54 CEST 2006


Author: diego
Date: Sun Oct 22 16:45:54 2006
New Revision: 20363

Modified:
   trunk/configure

Log:
Provide fallback definition for uint_fast64_t as well.
Fixes a compilation problem on glibc 2.0 systems.
taken from a patch by Mikulas Patocka, mikulas (at) artax karlin mff cuni cz


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Oct 22 16:45:54 2006
@@ -2841,6 +2841,7 @@
     typedef signed char int_fast8_t;
     typedef signed int  int_fast16_t;
     typedef signed int  int_fast32_t;
+    typedef signed long long int  int_fast64_t;
     typedef unsigned char uint_fast8_t;
     typedef unsigned int  uint_fast16_t;
     typedef unsigned int  uint_fast32_t;



More information about the MPlayer-cvslog mailing list