[FFmpeg-cvslog] r22529 - trunk/libavutil/error.h
mru
subversion
Sun Mar 14 23:25:31 CET 2010
Author: mru
Date: Sun Mar 14 23:25:31 2010
New Revision: 22529
Log:
Add missing includes to libavutil/error.h
Modified:
trunk/libavutil/error.h
Modified: trunk/libavutil/error.h
==============================================================================
--- trunk/libavutil/error.h Sun Mar 14 22:16:29 2010 (r22528)
+++ trunk/libavutil/error.h Sun Mar 14 23:25:31 2010 (r22529)
@@ -24,6 +24,9 @@
#ifndef AVUTIL_ERROR_H
#define AVUTIL_ERROR_H
+#include <errno.h>
+#include "avutil.h"
+
/* error handling */
#if EINVAL > 0
#define AVERROR(e) (-(e)) /**< Returns a negative error code from a POSIX error code, to return from library functions. */
More information about the ffmpeg-cvslog
mailing list