[SCM] libav/experimental: Add missing stdint.h #include to headers that use it.

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


The following commit has been merged in the experimental branch:
commit 6ef291287951d893fd6e2f09ba83501826cb6c40
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Mar 13 00:20:15 2008 +0000

    Add missing stdint.h #include to headers that use it.
    
    Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/imgconvert.h b/libavcodec/imgconvert.h
index 102f925..a87106a 100644
--- a/libavcodec/imgconvert.h
+++ b/libavcodec/imgconvert.h
@@ -24,6 +24,7 @@
 #ifndef FFMPEG_IMGCONVERT_H
 #define FFMPEG_IMGCONVERT_H
 
+#include <stdint.h>
 #include "avcodec.h"
 
 int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width);
diff --git a/libavutil/intfloat_readwrite.h b/libavutil/intfloat_readwrite.h
index fe7fe35..1ebb053 100644
--- a/libavutil/intfloat_readwrite.h
+++ b/libavutil/intfloat_readwrite.h
@@ -21,6 +21,7 @@
 #ifndef FFMPEG_INTFLOAT_READWRITE_H
 #define FFMPEG_INTFLOAT_READWRITE_H
 
+#include <stdint.h>
 #include "common.h"
 
 /* IEEE 80 bits extended float */
diff --git a/libavutil/mathematics.h b/libavutil/mathematics.h
index a0c2862..fa407b6 100644
--- a/libavutil/mathematics.h
+++ b/libavutil/mathematics.h
@@ -21,6 +21,7 @@
 #ifndef FFMPEG_MATHEMATICS_H
 #define FFMPEG_MATHEMATICS_H
 
+#include <stdint.h>
 #include "rational.h"
 
 enum AVRounding {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list