changeset 28330:d985feb803b5

cosmetics: Consistently name 3DNow! extensions.
author diego
date Sun, 25 Jan 2009 22:49:51 +0000
parents ed42e982e79f
children 8461282f0eed
files mpcommon.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.c	Sun Jan 25 22:34:26 2009 +0000
+++ b/mpcommon.c	Sun Jan 25 22:49:51 2009 +0000
@@ -37,7 +37,7 @@
     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 @@
     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");