[Mplayer-cvslog] CVS: main/libvo md5sum.h,1.1,1.2
Ivo van Poorten CVS
syncmail at mplayerhq.hu
Tue Sep 28 00:11:39 CEST 2004
CVS change done by Ivo van Poorten CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv11442/libvo
Modified Files:
md5sum.h
Log Message:
changed include of stdint.h to inttypes.h
Index: md5sum.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/md5sum.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- md5sum.h 20 Sep 2004 01:01:08 -0000 1.1
+++ md5sum.h 27 Sep 2004 22:11:37 -0000 1.2
@@ -77,7 +77,7 @@
/* #include "auth_common.h" This was in the original. */
-#include <stdint.h> /* This was not... */
+#include <inttypes.h> /* This was not... */
/* -------------------------------------------------------------------------- **
* Typedefs:
More information about the MPlayer-cvslog
mailing list