mirror of https://github.com/mpv-player/mpv
K7 id
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4262 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5890ac759a
commit
20e408a606
|
@ -30,6 +30,7 @@
|
|||
/* x86 accelerations */
|
||||
#define MM_ACCEL_X86_MMX 0x80000000
|
||||
#define MM_ACCEL_X86_3DNOW 0x40000000
|
||||
#define MM_ACCEL_X86_3DNOWEXT 0x08000000
|
||||
#define MM_ACCEL_X86_MMXEXT 0x20000000
|
||||
#define MM_ACCEL_X86_SSE 0x10000000
|
||||
|
||||
|
|
Loading…
Reference in New Issue