# HG changeset patch # User nick # Date 1004553990 0 # Node ID ae2026ac39d46ed7e46a32674b1bb3cf232b1da5 # Parent 6c1d6f50846680087402f09caef7f86af4a454b3 Code cleanup diff -r 6c1d6f508466 -r ae2026ac39d4 libvo/mmx.h --- a/libvo/mmx.h Wed Oct 31 18:29:03 2001 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -#include "../mmx.h" \ No newline at end of file diff -r 6c1d6f508466 -r ae2026ac39d4 libvo/vo_svga.c --- a/libvo/vo_svga.c Wed Oct 31 18:29:03 2001 +0000 +++ b/libvo/vo_svga.c Wed Oct 31 18:46:30 2001 +0000 @@ -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 -r 6c1d6f508466 -r ae2026ac39d4 libvo/yuv2rgb_mmx.c --- a/libvo/yuv2rgb_mmx.c Wed Oct 31 18:29:03 2001 +0000 +++ b/libvo/yuv2rgb_mmx.c Wed Oct 31 18:46:30 2001 +0000 @@ -30,7 +30,6 @@ #include "../config.h" -#include "mmx.h" //#include "libmpeg2/mpeg2.h" //#include "libmpeg2/mpeg2_internal.h" #include