[Mplayer-cvslog] CVS: main/postproc postprocess.h,1.26,1.27

Michael Niedermayer michael at mplayerhq.hu
Wed Oct 30 02:59:54 CET 2002


Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv31479

Modified Files:
	postprocess.h 
Log Message:
using same numbers for cpuCaps as libmpeg2 & liba52


Index: postprocess.h
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- postprocess.h	30 Oct 2002 01:50:58 -0000	1.26
+++ postprocess.h	30 Oct 2002 01:59:51 -0000	1.27
@@ -97,8 +97,8 @@
 void pp_free_context(void *ppContext);
 
 int pp_init(int cpuCaps);
-#define PP_CPU_CAPS_MMX   1
-#define PP_CPU_CAPS_MMX2  2
-#define PP_CPU_CAPS_3DNOW 4
+#define PP_CPU_CAPS_MMX   0x80000000
+#define PP_CPU_CAPS_MMX2  0x20000000
+#define PP_CPU_CAPS_3DNOW 0x40000000
 
 #endif




More information about the MPlayer-cvslog mailing list