summaryrefslogtreecommitdiffstats
path: root/mpcommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.c')
-rw-r--r--mpcommon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpcommon.c b/mpcommon.c
index 34ab976fd2..3d87f11c95 100644
--- a/mpcommon.c
+++ b/mpcommon.c
@@ -51,10 +51,10 @@ void print_version(const char* name)
#if HAVE_MMX2
mp_msg(MSGT_CPLAYER,MSGL_V," MMX2");
#endif
-#if HAVE_3DNOW
+#if HAVE_AMD3DNOW
mp_msg(MSGT_CPLAYER,MSGL_V," 3DNow");
#endif
-#if HAVE_3DNOWEXT
+#if HAVE_AMD3DNOWEXT
mp_msg(MSGT_CPLAYER,MSGL_V," 3DNowExt");
#endif
#if HAVE_SSE