Skip to content
Snippets Groups Projects
Commit 358fe9c6 authored by Lyndon Brown's avatar Lyndon Brown Committed by François Cartegnie
Browse files

swscale: purge obsolete SIMD selection

the swscale cpu feature flags were deprecated in 2012 and removed in 2015
([1]) in favour of auto-detection, hence the version guard used within the
`GetSwsCpuMask()` function.

in vlc v4.0-dev we are purging MMX/MMXEXT and so have a need to remove the
corresponding portions of the function. this alone though would leave the
function and related code only catering to enabling altivec in the one
special case of compiling with an old swscale version. i felt that it was
probably better to just rip it all out.

[1]: https://github.com/FFmpeg/FFmpeg/commit/9d58639e270f7612874681e0ca30fa461e2667b7
parent 19d74319
No related branches found
No related tags found
Loading
Pipeline #119729 passed with stage
in 12 minutes and 59 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment