[FFmpeg-cvslog] r16780 - in trunk: libavcodec/avcodec.h libavcodec/bytestream.h libavcodec/mpegvideo_common.h libavformat/mxf.h libpostproc/postprocess_internal.h
diego
subversion
Sun Jan 25 20:11:10 CET 2009
Author: diego
Date: Sun Jan 25 20:11:10 2009
New Revision: 16780
Log:
Directly #include some required headers.
Modified:
trunk/libavcodec/avcodec.h
trunk/libavcodec/bytestream.h
trunk/libavcodec/mpegvideo_common.h
trunk/libavformat/mxf.h
trunk/libpostproc/postprocess_internal.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h Sun Jan 25 19:15:41 2009 (r16779)
+++ trunk/libavcodec/avcodec.h Sun Jan 25 20:11:10 2009 (r16780)
@@ -26,7 +26,7 @@
* external API header
*/
-
+#include <errno.h>
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52
Modified: trunk/libavcodec/bytestream.h
==============================================================================
--- trunk/libavcodec/bytestream.h Sun Jan 25 19:15:41 2009 (r16779)
+++ trunk/libavcodec/bytestream.h Sun Jan 25 20:11:10 2009 (r16780)
@@ -22,6 +22,7 @@
#ifndef AVCODEC_BYTESTREAM_H
#define AVCODEC_BYTESTREAM_H
+#include <string.h>
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
Modified: trunk/libavcodec/mpegvideo_common.h
==============================================================================
--- trunk/libavcodec/mpegvideo_common.h Sun Jan 25 19:15:41 2009 (r16779)
+++ trunk/libavcodec/mpegvideo_common.h Sun Jan 25 20:11:10 2009 (r16780)
@@ -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"
Modified: trunk/libavformat/mxf.h
==============================================================================
--- trunk/libavformat/mxf.h Sun Jan 25 19:15:41 2009 (r16779)
+++ trunk/libavformat/mxf.h Sun Jan 25 20:11:10 2009 (r16780)
@@ -21,6 +21,7 @@
#ifndef AVFORMAT_MXF_H
#define AVFORMAT_MXF_H
+#include <string.h>
#include "avformat.h"
#include "libavcodec/bytestream.h"
Modified: trunk/libpostproc/postprocess_internal.h
==============================================================================
--- trunk/libpostproc/postprocess_internal.h Sun Jan 25 19:15:41 2009 (r16779)
+++ trunk/libpostproc/postprocess_internal.h Sun Jan 25 20:11:10 2009 (r16780)
@@ -26,6 +26,7 @@
#ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H
#define POSTPROCESS_POSTPROCESS_INTERNAL_H
+#include <string.h>
#include "libavutil/avutil.h"
#include "postprocess.h"
More information about the ffmpeg-cvslog
mailing list