diff mbox series

[FFmpeg-devel,5/6] (postproc|swresample)/version: Don't include libavutil/avutil.h

Message ID AM7PR03MB6660487AF32652CDE2E2FF4F8FE59@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 21e732b919eabf1e5b4bc965f89aa5ece9c6db4b
Headers show
Series [FFmpeg-devel,1/6] avformat/aviobuf: Make ff_read_line_to_bprint() static | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt July 23, 2021, 5:04 p.m. UTC
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>
---
 libpostproc/version.h   | 2 +-
 libswresample/version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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
diff --git a/libswresample/version.h b/libswresample/version.h
index ed7ce529d2..5f0d69228c 100644
--- a/libswresample/version.h
+++ b/libswresample/version.h
@@ -26,7 +26,7 @@ 
  * Libswresample version macros
  */
 
-#include "libavutil/avutil.h"
+#include "libavutil/version.h"
 
 #define LIBSWRESAMPLE_VERSION_MAJOR   4
 #define LIBSWRESAMPLE_VERSION_MINOR   0