1
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:
wm4 2012-11-10 16:19:50 +01:00
parent 46cf722d80
commit 20e9d06a2f

View File

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