mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
libav.h: increase compatibility by not including libavutil/version.h
libavutil/version.h was only recently split off from libavutil/avutil.h, and that file includes version.h anyway.
This commit is contained in:
parent
46cf722d80
commit
20e9d06a2f
@ -19,7 +19,6 @@
|
||||
#ifndef MPV_LIBAV_COMPAT_H
|
||||
#define MPV_LIBAV_COMPAT_H
|
||||
|
||||
#include <libavutil/version.h>
|
||||
#include <libavutil/avutil.h>
|
||||
#include <libavutil/cpu.h>
|
||||
#include <libavcodec/version.h>
|
||||
|
Loading…
Reference in New Issue
Block a user