[Ffmpeg-cvslog] CVS: ffmpeg/libavutil common.h,1.156,1.157
François Revol CVS
mmu_man
Tue Dec 13 21:24:34 CET 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec 4xm.c, 1.15, 1.16 dvdsubenc.c, 1.1, 1.2 h263.c, 1.291, 1.292 h264.c, 1.167, 1.168 huffyuv.c, 1.62, 1.63 interplayvideo.c, 1.12, 1.13 mpegvideo.c, 1.490, 1.491 opt.c, 1.9, 1.10 vorbis.c, 1.11, 1.12
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavutil common.h,1.156,1.157
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavutil
In directory mail:/var2/tmp/cvs-serv23559/libavutil
Modified Files:
common.h
Log Message:
Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaults when they use such things ?
Index: common.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/common.h,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- common.h 12 Dec 2005 00:48:42 -0000 1.156
+++ common.h 13 Dec 2005 20:24:31 -0000 1.157
@@ -108,8 +108,28 @@
# endif /* other OS */
#endif /* EMULATE_INTTYPES */
+#ifndef PRId64
+#define PRId64 "lld"
+#endif
+
#ifndef PRIu64
-#define PRIu64 "lld"
+#define PRIu64 "llu"
+#endif
+
+#ifndef PRIx64
+#define PRIx64 "llx"
+#endif
+
+#ifndef PRId32
+#define PRId32 "d"
+#endif
+
+#ifndef PRIdFAST16
+#define PRIdFAST16 PRId32
+#endif
+
+#ifndef PRIdFAST32
+#define PRIdFAST32 PRId32
#endif
#ifndef INT16_MIN
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec 4xm.c, 1.15, 1.16 dvdsubenc.c, 1.1, 1.2 h263.c, 1.291, 1.292 h264.c, 1.167, 1.168 huffyuv.c, 1.62, 1.63 interplayvideo.c, 1.12, 1.13 mpegvideo.c, 1.490, 1.491 opt.c, 1.9, 1.10 vorbis.c, 1.11, 1.12
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavutil common.h,1.156,1.157
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list