[Ffmpeg-cvslog] r8118 - trunk/libavutil/internal.h
mru
subversion
Sat Feb 24 20:46:54 CET 2007
Author: mru
Date: Sat Feb 24 20:46:54 2007
New Revision: 8118
Modified:
trunk/libavutil/internal.h
Log:
remove fallback definitions of PRIxNN macros,
patch by Ramiro Polla ramiro =a= lisha =d= ufsc =d= br
Modified: trunk/libavutil/internal.h
==============================================================================
--- trunk/libavutil/internal.h (original)
+++ trunk/libavutil/internal.h Sat Feb 24 20:46:54 2007
@@ -46,34 +46,6 @@
#define M_PI 3.14159265358979323846
#endif
-#ifndef PRId64
-#define PRId64 "lld"
-#endif
-
-#ifndef PRIu64
-#define PRIu64 "llu"
-#endif
-
-#ifndef PRIx64
-#define PRIx64 "llx"
-#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
#define INT16_MIN (-0x7fff-1)
#endif
More information about the ffmpeg-cvslog
mailing list