summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/libav.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/compat/libav.h b/compat/libav.h
index ba5250b5f3..608cedaa8b 100644
--- a/compat/libav.h
+++ b/compat/libav.h
@@ -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 */