mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
cosmetics: typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27816 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
85d4dfe0ad
commit
e9b43bec09
@ -57,7 +57,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_3DNOW
|
#ifdef HAVE_3DNOW
|
||||||
/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
|
/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
|
||||||
#define EMMS "femms"
|
#define EMMS "femms"
|
||||||
#else
|
#else
|
||||||
#define EMMS "emms"
|
#define EMMS "emms"
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#undef SFENCE
|
#undef SFENCE
|
||||||
|
|
||||||
#ifdef HAVE_3DNOW
|
#ifdef HAVE_3DNOW
|
||||||
/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
|
/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
|
||||||
#define EMMS "femms"
|
#define EMMS "femms"
|
||||||
#else
|
#else
|
||||||
#define EMMS "emms"
|
#define EMMS "emms"
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#undef SFENCE
|
#undef SFENCE
|
||||||
|
|
||||||
#ifdef HAVE_3DNOW
|
#ifdef HAVE_3DNOW
|
||||||
/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
|
/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
|
||||||
#define EMMS "femms"
|
#define EMMS "femms"
|
||||||
#else
|
#else
|
||||||
#define EMMS "emms"
|
#define EMMS "emms"
|
||||||
|
Loading…
Reference in New Issue
Block a user