summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-08 20:21:21 +0000
committerramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-08 20:21:21 +0000
commitca242e5f73d3bff1006b373b123b4749a33f5bd7 (patch)
treea9c1c91d7d803ccd58a8015a5fc4da3425eb8be5 /configure
parent94959cc3333b03a20c98fa378952dfc074e8f107 (diff)
downloadmpv-ca242e5f73d3bff1006b373b123b4749a33f5bd7.tar.bz2
mpv-ca242e5f73d3bff1006b373b123b4749a33f5bd7.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2e17243975..c3b63513e7 100755
--- a/configure
+++ b/configure
@@ -2808,9 +2808,9 @@ echores "$_sighandler"
echocheck "runtime cpudetection"
if test "$_runtime_cpudetection" = yes ; then
_optimizing="Runtime CPU-Detection enabled"
- def_runtime_cpudetection='#define RUNTIME_CPUDETECT 1'
+ def_runtime_cpudetection='#define CONFIG_RUNTIME_CPUDETECT 1'
else
- def_runtime_cpudetection='#undef RUNTIME_CPUDETECT'
+ def_runtime_cpudetection='#define CONFIG_RUNTIME_CPUDETECT 0'
fi
echores "$_runtime_cpudetection"