SSE added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3906 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-30 20:26:19 +00:00
parent 7dc503f36b
commit 31d7699946
1 changed files with 1 additions and 0 deletions

View File

@ -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);