mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
It only tests MMX (me_cmp does not have pure MMX functions any more) and MMXEXT and is therefore x86-only. Furthermore, checkasm is superior in every regard. Removing it also fixes a build failure (there is no dependency of this tool on me_cmp). Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>