[Mplayer-cvslog] CVS: main/libmpdemux pnm.c,1.1,1.2
Arpi of Ize
arpi at mplayerhq.hu
Fri Dec 27 23:39:11 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main cfg-common.h,1.70,1.71
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ve_divx4.c,1.9,1.10 ve_lavc.c,1.47,1.48 ve_libdv.c,1.5,1.6 ve_qtvideo.c,1.2,1.3 ve_rawrgb.c,1.7,1.8 ve_vfw.c,1.12,1.13 ve_xvid.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv23802
Modified Files:
pnm.c
Log Message:
prefer inttypes.h (probably fix cygwin compile)
Index: pnm.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/pnm.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pnm.c 26 Dec 2002 17:25:22 -0000 1.1
+++ pnm.c 27 Dec 2002 22:38:56 -0000 1.2
@@ -35,7 +35,7 @@
#include <errno.h>
#include <stdlib.h>
#include <sys/time.h>
-#include <sys/types.h>
+#include <inttypes.h>
#include "pnm.h"
//#include "libreal/rmff.h"
- Previous message: [Mplayer-cvslog] CVS: main cfg-common.h,1.70,1.71
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ve_divx4.c,1.9,1.10 ve_lavc.c,1.47,1.48 ve_libdv.c,1.5,1.6 ve_qtvideo.c,1.2,1.3 ve_rawrgb.c,1.7,1.8 ve_vfw.c,1.12,1.13 ve_xvid.c,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list