summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-31 18:46:30 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-31 18:46:30 +0000
commite9230074bde813e39a8626f8516d7463ab7e4e28 (patch)
treeee927309f55c92f2d0ec4d23120d46d9547783f0 /libvo
parent48d827fda57d683a9fe148900828acf49721646b (diff)
downloadmpv-e9230074bde813e39a8626f8516d7463ab7e4e28.tar.bz2
mpv-e9230074bde813e39a8626f8516d7463ab7e4e28.tar.xz
Code cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2597 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mmx.h1
-rw-r--r--libvo/vo_svga.c3
-rw-r--r--libvo/yuv2rgb_mmx.c1
3 files changed, 0 insertions, 5 deletions
diff --git a/libvo/mmx.h b/libvo/mmx.h
deleted file mode 100644
index 385fde4262..0000000000
--- a/libvo/mmx.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../mmx.h" \ No newline at end of file
diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c
index 0996c6ea9a..fcc4721b23 100644
--- a/libvo/vo_svga.c
+++ b/libvo/vo_svga.c
@@ -19,9 +19,6 @@
#include "video_out_internal.h"
#include "yuv2rgb.h"
-#ifdef HAVE_MMX
-#include "mmx.h"
-#endif
#include "sub.h"
#include "../postproc/rgb2rgb.h"
diff --git a/libvo/yuv2rgb_mmx.c b/libvo/yuv2rgb_mmx.c
index 7c6ed1bcde..22a7bb82eb 100644
--- a/libvo/yuv2rgb_mmx.c
+++ b/libvo/yuv2rgb_mmx.c
@@ -30,7 +30,6 @@
#include "../config.h"
-#include "mmx.h"
//#include "libmpeg2/mpeg2.h"
//#include "libmpeg2/mpeg2_internal.h"
#include <inttypes.h>