changeset 8667:5690a6211e8c libavcodec

Directly #include some required headers.
author diego
date Sun, 25 Jan 2009 19:11:10 +0000
parents e013ec85260b
children 191860960b23
files avcodec.h bytestream.h mpegvideo_common.h
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Sun Jan 25 18:12:13 2009 +0000
+++ b/avcodec.h	Sun Jan 25 19:11:10 2009 +0000
@@ -26,7 +26,7 @@
  * external API header
  */
 
-
+#include <errno.h>
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
--- a/bytestream.h	Sun Jan 25 18:12:13 2009 +0000
+++ b/bytestream.h	Sun Jan 25 19:11:10 2009 +0000
@@ -22,6 +22,7 @@
 #ifndef AVCODEC_BYTESTREAM_H
 #define AVCODEC_BYTESTREAM_H
 
+#include <string.h>
 #include "libavutil/common.h"
 #include "libavutil/intreadwrite.h"
 
--- a/mpegvideo_common.h	Sun Jan 25 18:12:13 2009 +0000
+++ b/mpegvideo_common.h	Sun Jan 25 19:11:10 2009 +0000
@@ -30,6 +30,7 @@
 #ifndef AVCODEC_MPEGVIDEO_COMMON_H
 #define AVCODEC_MPEGVIDEO_COMMON_H
 
+#include <string.h>
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"