summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-01 23:02:12 +0200
committerwm4 <wm4@nowhere>2012-08-01 23:05:59 +0200
commit4b8fa8a5973536606f1a7c782dd0b5ce08333ef7 (patch)
tree4f57b96c56e38291b5d52d59893602f701fb4f10 /configure
parentb35d89d42bbec31d49368b3f014a605408ccb8be (diff)
downloadmpv-4b8fa8a5973536606f1a7c782dd0b5ce08333ef7.tar.bz2
mpv-4b8fa8a5973536606f1a7c782dd0b5ce08333ef7.tar.xz
build: remove references to cpuinfo
This was a horrible little tool to detect the host CPU at build time. Forgotten in commit 74df1d8e05aa226c7e8. Also remove forgotten codec-cfg entry in .gitignore .
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 5adcd71aab..74a3c9ec5e 100755
--- a/configure
+++ b/configure
@@ -1146,10 +1146,6 @@ if test "$_as" = auto ; then
test -z "$_as" && _as=as
fi
-# XXX: this should be ok..
-_cpuinfo="echo"
-
-
def_fast_64bit='#define HAVE_FAST_64BIT 0'
arch_all='X86 IA64 SPARC ARM AVR32 SH4 PPC ALPHA MIPS PA_RISC S390 S390X VAX BFIN XTENSA TOMI GENERIC'
subarch_all='X86_32 X86_64 PPC64'