From: Diego Biurrun Date: Thu, 13 Mar 2008 00:20:15 +0000 (+0000) Subject: Add missing stdint.h #include to headers that use it. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6ef291287951d893fd6e2f09ba83501826cb6c40;hp=2cab640129cad86f376f5bd62dbf345b3d36ec7c;p=ffmpeg 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 102f925c0ba..a87106aee22 100644 --- a/libavcodec/imgconvert.h +++ b/libavcodec/imgconvert.h @@ -24,6 +24,7 @@ #ifndef FFMPEG_IMGCONVERT_H #define FFMPEG_IMGCONVERT_H +#include #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 fe7fe352014..1ebb053f3a5 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 #include "common.h" /* IEEE 80 bits extended float */ diff --git a/libavutil/mathematics.h b/libavutil/mathematics.h index a0c286249f4..fa407b61116 100644 --- a/libavutil/mathematics.h +++ b/libavutil/mathematics.h @@ -21,6 +21,7 @@ #ifndef FFMPEG_MATHEMATICS_H #define FFMPEG_MATHEMATICS_H +#include #include "rational.h" enum AVRounding {