[SCM] libav/experimental: remove fallback definitions of PRIxNN macros, patch by Ramiro Polla ramiro =a= lisha =d= ufsc =d= br

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:56:53 UTC 2013


The following commit has been merged in the experimental branch:
commit 5dff169489a9ff1da25d12cae3b968e90cc4a609
Author: Ramiro Polla <ramiro at lisha.ufsc.br>
Date:   Sat Feb 24 19:46:54 2007 +0000

    remove fallback definitions of PRIxNN macros,
    patch by Ramiro Polla ramiro =a= lisha =d= ufsc =d= br
    
    Originally committed as revision 8118 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/internal.h b/libavutil/internal.h
index 794d9dc..1a54aca 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list