summaryrefslogtreecommitdiffstats
path: root/mpcommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.c')
-rw-r--r--mpcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpcommon.c b/mpcommon.c
index 0d64027b67..d71eaf0041 100644
--- a/mpcommon.c
+++ b/mpcommon.c
@@ -54,7 +54,7 @@ void print_version(const char* name)
#if HAVE_3DNOW
mp_msg(MSGT_CPLAYER,MSGL_V," 3DNow");
#endif
-#if HAVE_3DNOWEX
+#if HAVE_3DNOWEXT
mp_msg(MSGT_CPLAYER,MSGL_V," 3DNowEx");
#endif
#if HAVE_SSE