mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Remove unnecessary libavutil/(avutil|common|internal).h inclusions
Some of these were made possible by moving several common macros to libavutil/macros.h. While just at it, also improve the other headers a bit. Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
84f16bb5e6
commit
636631d9db
126 changed files with 261 additions and 179 deletions
|
|
@ -18,9 +18,12 @@
|
|||
|
||||
#undef _GNU_SOURCE
|
||||
#define _XOPEN_SOURCE 600 /* XSI-compliant version of strerror_r */
|
||||
#include "avutil.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "config.h"
|
||||
#include "avstring.h"
|
||||
#include "common.h"
|
||||
#include "error.h"
|
||||
#include "macros.h"
|
||||
|
||||
struct error_entry {
|
||||
int num;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue