(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>
This commit is contained in:
Andreas Rheinhardt 2021-07-23 16:21:56 +02:00
parent 5088c7c733
commit 21e732b919
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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