Commit 2360de7d authored by diego's avatar diego

Directly #include some required headers.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16780 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 54e50a4f
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* external API header * external API header
*/ */
#include <errno.h>
#include "libavutil/avutil.h" #include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MAJOR 52
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#ifndef AVCODEC_BYTESTREAM_H #ifndef AVCODEC_BYTESTREAM_H
#define AVCODEC_BYTESTREAM_H #define AVCODEC_BYTESTREAM_H
#include <string.h>
#include "libavutil/common.h" #include "libavutil/common.h"
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#ifndef AVCODEC_MPEGVIDEO_COMMON_H #ifndef AVCODEC_MPEGVIDEO_COMMON_H
#define AVCODEC_MPEGVIDEO_COMMON_H #define AVCODEC_MPEGVIDEO_COMMON_H
#include <string.h>
#include "avcodec.h" #include "avcodec.h"
#include "dsputil.h" #include "dsputil.h"
#include "mpegvideo.h" #include "mpegvideo.h"
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#ifndef AVFORMAT_MXF_H #ifndef AVFORMAT_MXF_H
#define AVFORMAT_MXF_H #define AVFORMAT_MXF_H
#include <string.h>
#include "avformat.h" #include "avformat.h"
#include "libavcodec/bytestream.h" #include "libavcodec/bytestream.h"
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H #ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H
#define POSTPROCESS_POSTPROCESS_INTERNAL_H #define POSTPROCESS_POSTPROCESS_INTERNAL_H
#include <string.h>
#include "libavutil/avutil.h" #include "libavutil/avutil.h"
#include "postprocess.h" #include "postprocess.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment