diff mpcommon.c @ 29114:06540eb5ef6a

Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
author ramiro
date Wed, 08 Apr 2009 20:21:21 +0000
parents b0af9b4b5015
children 0f1b5b68af32
line wrap: on
line diff
--- a/mpcommon.c	Wed Apr 08 18:25:23 2009 +0000
+++ b/mpcommon.c	Wed Apr 08 20:21:21 2009 +0000
@@ -41,7 +41,7 @@
 	   gCpuCaps.hasMMX, gCpuCaps.hasMMX2,
 	   gCpuCaps.has3DNow, gCpuCaps.has3DNowExt,
 	   gCpuCaps.hasSSE, gCpuCaps.hasSSE2, gCpuCaps.hasSSSE3);
-#ifdef RUNTIME_CPUDETECT
+#if CONFIG_RUNTIME_CPUDETECT
     mp_msg(MSGT_CPLAYER,MSGL_V, MSGTR_CompiledWithRuntimeDetection);
 #else
     mp_msg(MSGT_CPLAYER,MSGL_V, MSGTR_CompiledWithCPUExtensions);
@@ -62,7 +62,7 @@
 if (HAVE_CMOV)
     mp_msg(MSGT_CPLAYER,MSGL_V," CMOV");
     mp_msg(MSGT_CPLAYER,MSGL_V,"\n");
-#endif /* RUNTIME_CPUDETECT */
+#endif /* CONFIG_RUNTIME_CPUDETECT */
 #endif /* ARCH_X86 */
 }