mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
compat/libav: remove unneeded things
Currently, it's unused. Still keep the file, because it's not unlikely we'll need it again, and removing/readding the include statements for this file is too annoying.
This commit is contained in:
parent
b3aa5dafa3
commit
7fec0c630b
@ -19,13 +19,6 @@
|
||||
#ifndef MPV_LIBAV_COMPAT_H
|
||||
#define MPV_LIBAV_COMPAT_H
|
||||
|
||||
#include <libavutil/avutil.h>
|
||||
#include <libavutil/cpu.h>
|
||||
#include <libavcodec/version.h>
|
||||
#include <libavformat/version.h>
|
||||
|
||||
#ifndef AV_CPU_FLAG_MMX2
|
||||
#define AV_CPU_FLAG_MMX2 AV_CPU_FLAG_MMXEXT
|
||||
#endif
|
||||
// There's nothing here. But for how long?
|
||||
|
||||
#endif /* MPV_LIBAV_COMPAT_H */
|
||||
|
Loading…
Reference in New Issue
Block a user