mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavu/error: fix make checkheaders.
The errors need to be defined before including functions depending on them. See av_size_mult() for instance. stddef.h is included for the prototype of av_sterror (use of size_t).
This commit is contained in:
parent
1913989f56
commit
7c2bb79f3b
@ -25,7 +25,7 @@
|
|||||||
#define AVUTIL_ERROR_H
|
#define AVUTIL_ERROR_H
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "avutil.h"
|
#include <stddef.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup lavu_error
|
* @addtogroup lavu_error
|
||||||
|
Loading…
Reference in New Issue
Block a user