mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
(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:
parent
5088c7c733
commit
21e732b919
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user