[Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.36,1.37 yuv2rgb_mmx.c,1.5,1.6 mmx.h,1.5,NONE
Nick Kurshev
nick at mplayer.dev.hu
Wed Oct 31 19:46:33 CET 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv3825
Modified Files:
vo_svga.c yuv2rgb_mmx.c
Removed Files:
mmx.h
Log Message:
Code cleanup
Index: vo_svga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- vo_svga.c 30 Oct 2001 17:04:31 -0000 1.36
+++ vo_svga.c 31 Oct 2001 18:46:30 -0000 1.37
@@ -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"
Index: yuv2rgb_mmx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/yuv2rgb_mmx.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yuv2rgb_mmx.c 12 Jul 2001 15:23:26 -0000 1.5
+++ yuv2rgb_mmx.c 31 Oct 2001 18:46:30 -0000 1.6
@@ -30,7 +30,6 @@
#include "../config.h"
-#include "mmx.h"
//#include "libmpeg2/mpeg2.h"
//#include "libmpeg2/mpeg2_internal.h"
#include <inttypes.h>
--- mmx.h DELETED ---
More information about the MPlayer-cvslog
mailing list