[Scummvm-cvs-logs] CVS: scummvm/sword2/driver animation.h,1.2,1.3

Travis Howell kirben at users.sourceforge.net
Mon Jan 12 15:42:01 CET 2004


Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv25887/sword2/driver

Modified Files:
	animation.h 
Log Message:

Add mpeg2 option to mingw makefile
Fix compile on mingw


Index: animation.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/animation.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- animation.h	12 Jan 2004 19:08:04 -0000	1.2
+++ animation.h	12 Jan 2004 23:41:05 -0000	1.3
@@ -1,6 +1,9 @@
 #ifndef ANIMATION_H
 #define ANIMATION_H
 
+#ifndef _MSC_VER
+#include <inttypes.h>
+#endif
 #ifdef USE_MPEG2
 extern "C" {
 	#include <mpeg2dec/mpeg2.h>





More information about the Scummvm-git-logs mailing list