summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-18 21:20:40 +0200
committerwm4 <wm4@nowhere>2014-05-18 21:20:40 +0200
commit7fec0c630b80831915115c14327cccaf70d37c50 (patch)
treedc2a2457b63347dd40073886960dcf6cf0605cae /compat
parentb3aa5dafa3ef096bb5e919d3f8453b9d1123883c (diff)
downloadmpv-7fec0c630b80831915115c14327cccaf70d37c50.tar.bz2
mpv-7fec0c630b80831915115c14327cccaf70d37c50.tar.xz
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.
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 */