diff --git a/stepmania/src/RageSoundReader_SDL_Sound.cpp b/stepmania/src/RageSoundReader_SDL_Sound.cpp index 6d7902c203..ba881be81f 100644 --- a/stepmania/src/RageSoundReader_SDL_Sound.cpp +++ b/stepmania/src/RageSoundReader_SDL_Sound.cpp @@ -12,6 +12,10 @@ #pragma comment(lib, "SDL_sound-1.0.0/lib/sdl_sound_static.lib") #endif +#pragma comment(lib, "SDL_sound-1.0.0/lib/ogg_static.lib") +#pragma comment(lib, "SDL_sound-1.0.0/lib/vorbis_static.lib") +#pragma comment(lib, "SDL_sound-1.0.0/lib/vorbisfile_static.lib") + #include "RageSoundReader_SDL_Sound.h" const int channels = 2;