mpv/waftools
wm4 0cff5836c3 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.
2014-04-19 17:10:56 +02:00
..
checks Detect Lua on FreeBSD 2014-01-15 00:18:14 +01:00
detections Remove CPU detection and inline asm handling 2014-04-19 17:10:56 +02:00
fragments Remove CPU detection and inline asm handling 2014-04-19 17:10:56 +02:00
generators build: fix unicode handling of the version string 2014-03-14 22:10:22 +01:00
__init__.py
dependencies.py build: make deps_neg work with multiple dependencies 2013-11-29 23:31:17 +01:00
features.py build: hide duplicate options from `--help` 2013-12-26 10:09:17 +01:00
inflectors.py
syms.py Kill all tabs 2014-04-13 18:03:01 +02:00
waf_customizations.py