diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-23 16:21:56 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-29 22:02:05 +0200 |
commit | 21e732b919eabf1e5b4bc965f89aa5ece9c6db4b (patch) | |
tree | 7852bb7ce622c7d34a9c546d114da1017ed57f2f /libpostproc | |
parent | 5088c7c73304d25f791790cece20a291d25b6a18 (diff) | |
download | ffmpeg-21e732b919eabf1e5b4bc965f89aa5ece9c6db4b.tar.gz |
(postproc|swresample)/version: Don't include libavutil/avutil.h
Instead only include libavutil/version.h; including avutil.h is a
remnant from the time in which the version was in it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h index 3819b68997..e518ccf810 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -26,7 +26,7 @@ * Libpostproc version macros */ -#include "libavutil/avutil.h" +#include "libavutil/version.h" #define LIBPOSTPROC_VERSION_MAJOR 56 #define LIBPOSTPROC_VERSION_MINOR 0 |