diff postproc/postprocess.h @ 7972:6d1103afba1c

cleanly passing the cpuCaps
author michael
date Wed, 30 Oct 2002 01:51:14 +0000
parents 0a5d69e6f2a2
children ade6eb7abc2a
line wrap: on
line diff
--- a/postproc/postprocess.h	Tue Oct 29 23:43:23 2002 +0000
+++ b/postproc/postprocess.h	Wed Oct 30 01:51:14 2002 +0000
@@ -96,4 +96,9 @@
 void *pp_get_context(int width, int height);
 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
+
 #endif