SDL used to have a DLL for each of the modules (like Mixer, TTF, Image, etc…) but also a whole list of extra DLLs that seemed to go with each module. A while ago they all seemed to get cleaned up so each module just had its own single DLL.
I’ve got a new laptop and I’m downloading the latest version of SDL, but all these extra DLLs seem to have made a comeback.
Why!?!? It was so nice having it all tidy in a single DLL per module.