[FFmpeg-devel] [PATCH 2/6] Make libavformat/internal.h standalone (include inttypes.h).

Diego 'Flameeyes' Pettenò flameeyes
Sat Oct 4 12:35:49 CEST 2008


---

 libavformat/internal.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavformat/internal.h b/libavformat/internal.h
index 4397b53..c880782 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -21,6 +21,8 @@
 #ifndef AVFORMAT_INTERNAL_H
 #define AVFORMAT_INTERNAL_H
 
+#include <inttypes.h>
+
 char *ff_data_to_hex(char *buf, const uint8_t *src, int size);
 
 #endif /* AVFORMAT_INTERNAL_H */





More information about the ffmpeg-devel mailing list