forked from FFmpeg/FFmpeg
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
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#define AVUTIL_ERROR_H
|
||||
|
||||
#include <errno.h>
|
||||
#include "avutil.h"
|
||||
#include <stddef.h>
|
||||
|
||||
/**
|
||||
* @addtogroup lavu_error
|
||||
|
|
Loading…
Add table
Reference in a new issue