From ca242e5f73d3bff1006b373b123b4749a33f5bd7 Mon Sep 17 00:00:00 2001 From: ramiro Date: Wed, 8 Apr 2009 20:21:21 +0000 Subject: Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29154 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpcommon.c') diff --git a/mpcommon.c b/mpcommon.c index 1165fc45ee..57d4f0536d 100644 --- a/mpcommon.c +++ b/mpcommon.c @@ -41,7 +41,7 @@ void print_version(const char* name) 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_SSSE3) 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 */ } -- cgit v1.2.3