[FFmpeg-devel] [PATCH 17/17] lavu/error: fix make checkheaders.
Michael Niedermayer
michaelni at gmx.at
Wed May 9 12:43:56 CEST 2012
On Wed, May 09, 2012 at 10:01:42AM +0200, Clément Bœsch wrote:
> From: Clément Bœsch <clement.boesch at smartjog.com>
>
> The errors need to be defined before including functions depending on
> them. See av_size_mult() for instance.
> ---
> libavutil/error.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavutil/error.h b/libavutil/error.h
> index 3b05e4b..6a7eec6 100644
> --- a/libavutil/error.h
> +++ b/libavutil/error.h
> @@ -25,7 +25,6 @@
> #define AVUTIL_ERROR_H
>
> #include <errno.h>
> -#include "avutil.h"
probably should be include stddef.h or so
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Observe your enemies, for they first find out your faults. -- Antisthenes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120509/9b5970fb/attachment.asc>
More information about the ffmpeg-devel
mailing list