[MPlayer-cvslog] r28365 - trunk/mpcommon.c
diego
subversion at mplayerhq.hu
Sun Jan 25 23:49:51 CET 2009
Author: diego
Date: Sun Jan 25 23:49:51 2009
New Revision: 28365
Log:
cosmetics: Consistently name 3DNow! extensions.
Modified:
trunk/mpcommon.c
Modified: trunk/mpcommon.c
==============================================================================
--- trunk/mpcommon.c Sun Jan 25 23:34:26 2009 (r28364)
+++ trunk/mpcommon.c Sun Jan 25 23:49:51 2009 (r28365)
@@ -37,7 +37,7 @@ void print_version(const char* name)
GetCpuCaps(&gCpuCaps);
#if ARCH_X86
mp_msg(MSGT_CPLAYER, MSGL_V,
- "CPUflags: MMX: %d MMX2: %d 3DNow: %d 3DNow2: %d SSE: %d SSE2: %d\n",
+ "CPUflags: MMX: %d MMX2: %d 3DNow: %d 3DNowExt: %d SSE: %d SSE2: %d\n",
gCpuCaps.hasMMX, gCpuCaps.hasMMX2,
gCpuCaps.has3DNow, gCpuCaps.has3DNowExt,
gCpuCaps.hasSSE, gCpuCaps.hasSSE2);
@@ -55,7 +55,7 @@ void print_version(const char* name)
mp_msg(MSGT_CPLAYER,MSGL_V," 3DNow");
#endif
#if HAVE_3DNOWEXT
- mp_msg(MSGT_CPLAYER,MSGL_V," 3DNowEx");
+ mp_msg(MSGT_CPLAYER,MSGL_V," 3DNowExt");
#endif
#if HAVE_SSE
mp_msg(MSGT_CPLAYER,MSGL_V," SSE");
More information about the MPlayer-cvslog
mailing list