Able to static link Ogg/Vorbis support in SDL2_Mixer?

Hello,
I’m using SDL2 and SDL_Mixer in VS2017 for a project of mine and am wanting to know if it’s possible (and how) to static link libOgg/libVorbis/libVorbisFile into my project (or the SDL2_Mixer project) directly, rather than requiring the use of DLL files.

Thanks in advance.