mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-27 11:50:54 +00:00
SSE2 is x86 specific, yet due to the call to av_get_cpu_flags() compilers were unable to optimize the checks (and the call) away on other arches. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>