summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5395be7477..45b58838c5 100644
--- a/Makefile
+++ b/Makefile
@@ -645,7 +645,6 @@ distclean: clean
-$(RM) config.log config.mak config.h codecs.conf.h version.h TAGS tags
-$(RM) libvo/vdpau_template.c
-$(RM) libmpdemux/ebml_types.h libmpdemux/ebml_defs.c
- -$(RM) $(call ADD_ALL_EXESUFS,cpuinfo)
TAGS:
$(RM) $@; find . -name '*.[chS]' -o -name '*.asm' | xargs etags -a