mirror of https://github.com/mpv-player/mpv
libav_compat: add missing includes
This commit is contained in:
parent
f79b08bf57
commit
6e6fc03828
|
@ -19,6 +19,9 @@
|
|||
#ifndef MPV_LIBAV_COMPAT_H
|
||||
#define MPV_LIBAV_COMPAT_H
|
||||
|
||||
#include <libavutil/version.h>
|
||||
#include <libavutil/cpu.h>
|
||||
|
||||
#ifdef AV_CPU_FLAG_MMXEXT
|
||||
#define AV_CPU_FLAG_MMX2 AV_CPU_FLAG_MMXEXT
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue