[FFmpeg-devel] [PATCH 3/6] Make libavcodec/ra288.h standalone (include inttypes.h).

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


---

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

diff --git a/libavcodec/ra288.h b/libavcodec/ra288.h
index df96b40..d7351f1 100644
--- a/libavcodec/ra288.h
+++ b/libavcodec/ra288.h
@@ -22,6 +22,8 @@
 #ifndef AVCODEC_RA288_H
 #define AVCODEC_RA288_H
 
+#include <inttypes.h>
+
 static const float amptable[8]={
      0.515625,  0.90234375,  1.57910156,  2.76342773,
     -0.515625, -0.90234375, -1.57910156, -2.76342773





More information about the ffmpeg-devel mailing list