[Scummvm-cvs-logs] CVS: scummvm configure,1.102,1.103

Max Horn fingolfin at users.sourceforge.net
Sun Oct 17 10:58:01 CEST 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26333

Modified Files:
	configure 
Log Message:
Patch #1040501 (Possible fix for inttypes.h problem)

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- configure	19 Sep 2004 09:57:24 -0000	1.102
+++ configure	17 Oct 2004 17:57:33 -0000	1.103
@@ -877,7 +877,14 @@
 if test "$_mpeg2" = auto ; then
   _mpeg2=no
   cat > $TMPC << EOF
-#include <inttypes.h>
+typedef signed $type_1_byte int8_t;
+typedef signed $type_2_byte int16_t;
+typedef signed $type_4_byte int32_t;
+
+typedef unsigned $type_1_byte uint8_t;
+typedef unsigned $type_2_byte uint16_t;
+typedef unsigned $type_4_byte uint32_t;
+
 #include <mpeg2dec/mpeg2.h>
 int main(void) {
 	/* mpeg2_state_t first appears in 0.4.0 */





More information about the Scummvm-git-logs mailing list