changeset 2596:ae2026ac39d4

Code cleanup
author nick
date Wed, 31 Oct 2001 18:46:30 +0000
parents 6c1d6f508466
children dfb13228e18b
files libvo/mmx.h libvo/vo_svga.c libvo/yuv2rgb_mmx.c
diffstat 3 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"
--- 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 <inttypes.h>