]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Directly #include some required headers.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 25 Jan 2009 19:11:10 +0000 (19:11 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 25 Jan 2009 19:11:10 +0000 (19:11 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16780 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/avcodec.h
libavcodec/bytestream.h
libavcodec/mpegvideo_common.h
libavformat/mxf.h
libpostproc/postprocess_internal.h

index edd4a7beb6bf031435c69ff4bf2b573a4c1db919..6aa41b5538f2aa9de0e193f675fc4b711a68fe0d 100644 (file)
@@ -26,7 +26,7 @@
  * external API header
  */
 
-
+#include <errno.h>
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
index 0f2178a86e48355bcc86bc9f4039fe4e91f37e44..b56f6ce7436db7ff31f42897bbd4d8d647834fa9 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef AVCODEC_BYTESTREAM_H
 #define AVCODEC_BYTESTREAM_H
 
+#include <string.h>
 #include "libavutil/common.h"
 #include "libavutil/intreadwrite.h"
 
index 3756820043f6bd42c2d895290fecfe7834f1e1cd..701b3c9b75e9cf4415e5aa4ba2bacf26037e4a98 100644 (file)
@@ -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"
index 5094575cfe95331f169788918e12048a8039275e..7c1e2ee350a55bd0f2f81fb183d2e17c3a16eb83 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef AVFORMAT_MXF_H
 #define AVFORMAT_MXF_H
 
+#include <string.h>
 #include "avformat.h"
 #include "libavcodec/bytestream.h"
 
index 6db07560c1ffde5d25830e36f79e6fa615c85918..de6f0bea20ce7c48c3cb7305db7aec367bd94ba9 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H
 #define POSTPROCESS_POSTPROCESS_INTERNAL_H
 
+#include <string.h>
 #include "libavutil/avutil.h"
 #include "postprocess.h"