diff mpcommon.c @ 28326:51797a3b96d2

HAVE_3DNOWEX --> HAVE_3DNOWEXT
author diego
date Sun, 25 Jan 2009 21:03:02 +0000
parents 21504ba0f5d3
children d985feb803b5
line wrap: on
line diff
--- a/mpcommon.c	Sun Jan 25 20:35:58 2009 +0000
+++ b/mpcommon.c	Sun Jan 25 21:03:02 2009 +0000
@@ -54,7 +54,7 @@
 #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