[Mplayer-cvslog] CVS: main RTjpegN.c,1.1,1.2
Alex Beregszaszi
alex at mplayer.dev.hu
Thu Dec 27 23:07:40 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main nuppelvideo.c,NONE,1.1 Makefile,1.129,1.130 codec-cfg.c,1.56,1.57 codec-cfg.h,1.31,1.32 dec_video.c,1.79,1.80
- Next message: [Mplayer-cvslog] CVS: main/DOCS codecs.html,1.42,1.43 documentation.html,1.150,1.151 formats.html,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv2815
Modified Files:
RTjpegN.c
Log Message:
enabling mmx support if capable
Index: RTjpegN.c
===================================================================
RCS file: /cvsroot/mplayer/main/RTjpegN.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RTjpegN.c 27 Dec 2001 21:27:29 -0000 1.1
+++ RTjpegN.c 27 Dec 2001 22:07:37 -0000 1.2
@@ -25,6 +25,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
+#include "config.h"
+#ifdef HAVE_MMX
+#define MMX
+#endif
+
#include "RTjpegN.h"
#ifdef MMX
- Previous message: [Mplayer-cvslog] CVS: main nuppelvideo.c,NONE,1.1 Makefile,1.129,1.130 codec-cfg.c,1.56,1.57 codec-cfg.h,1.31,1.32 dec_video.c,1.79,1.80
- Next message: [Mplayer-cvslog] CVS: main/DOCS codecs.html,1.42,1.43 documentation.html,1.150,1.151 formats.html,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list