From 0cff5836c3f410136e3fdb3e2f9e24bb81dd9a87 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 19 Apr 2014 17:09:24 +0200 Subject: Remove CPU detection and inline asm handling Not needed anymore. I'm not opposed to having asm, but inline asm is too much of a pain, and it was planned long ago to eventually get rid fo all inline asm uses. For the note, the inline asm use that was removed with the previous commits was almost worthless. It was confined to video filters, and most video filtering is now done with libavfilter. Some mpv filters (like vf_pullup) actually redirect to libavfilter if possible. If asm is added in the future, it should happen in the form of external files. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 0b02f518f9..62328c4bef 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -158,7 +158,6 @@ def build(ctx): ( "common/av_log.c" ), ( "common/av_opts.c" ), ( "common/codecs.c" ), - ( "common/cpudetect.c" ), ( "common/encode_lavc.c", "encoding" ), ( "common/common.c" ), ( "common/tags.c" ), -- cgit v1.2.3