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 -#include -#include -#include - -#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 */