mirror of https://git.ffmpeg.org/ffmpeg.git
(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
|
* Libpostproc version macros
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libavutil/avutil.h"
|
#include "libavutil/version.h"
|
||||||
|
|
||||||
#define LIBPOSTPROC_VERSION_MAJOR 56
|
#define LIBPOSTPROC_VERSION_MAJOR 56
|
||||||
#define LIBPOSTPROC_VERSION_MINOR 0
|
#define LIBPOSTPROC_VERSION_MINOR 0
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
* Libswresample version macros
|
* Libswresample version macros
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libavutil/avutil.h"
|
#include "libavutil/version.h"
|
||||||
|
|
||||||
#define LIBSWRESAMPLE_VERSION_MAJOR 4
|
#define LIBSWRESAMPLE_VERSION_MAJOR 4
|
||||||
#define LIBSWRESAMPLE_VERSION_MINOR 0
|
#define LIBSWRESAMPLE_VERSION_MINOR 0
|
||||||
|
|
Loading…
Reference in New Issue