Mercurial > libavutil.hg
changeset 250:d0dfc9f74bde libavutil
remove fallback definitions of PRIxNN macros,
patch by Ramiro Polla ramiro =a= lisha =d= ufsc =d= br
author | mru |
---|---|
date | Sat, 24 Feb 2007 19:46:54 +0000 |
parents | d1e99b40b1c9 |
children | 0b9b9d10fa1c |
files | internal.h |
diffstat | 1 files changed, 0 insertions(+), 28 deletions(-) [+] |
line wrap: on
line diff
--- a/internal.h Sat Feb 24 09:41:43 2007 +0000 +++ b/internal.h Sat Feb 24 19:46:54 2007 +0000 @@ -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