[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


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




More information about the MPlayer-cvslog mailing list