From 7fec0c630b80831915115c14327cccaf70d37c50 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 18 May 2014 21:20:40 +0200 Subject: 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. --- compat/libav.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'compat') 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 */ -- cgit v1.2.3