Commit 73b44d45 authored by michael's avatar michael

using same numbers for cpuCaps as libmpeg2 & liba52


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@7974 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 6ccef877
......@@ -97,8 +97,8 @@ 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
#define PP_CPU_CAPS_MMX 0x80000000
#define PP_CPU_CAPS_MMX2 0x20000000
#define PP_CPU_CAPS_3DNOW 0x40000000
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment