Mercurial > mplayer.hg
changeset 3905:91e5c563fce5
SSE added
author | arpi |
---|---|
date | Sun, 30 Dec 2001 20:26:19 +0000 |
parents | 848d848521b9 |
children | 7f54bf9796c5 |
files | liba52/mm_accel.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/liba52/mm_accel.h Sun Dec 30 19:57:14 2001 +0000 +++ b/liba52/mm_accel.h Sun Dec 30 20:26:19 2001 +0000 @@ -31,6 +31,7 @@ #define MM_ACCEL_X86_MMX 0x80000000 #define MM_ACCEL_X86_3DNOW 0x40000000 #define MM_ACCEL_X86_MMXEXT 0x20000000 +#define MM_ACCEL_X86_SSE 0x10000000 uint32_t mm_accel (void);