From 62cd0a7ac5175aeaca3bbaccf2ef7dafcdfd5404 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 7 Apr 2003 19:37:37 +0000 Subject: [PATCH] link to ogg --- stepmania/src/RageSoundReader_SDL_Sound.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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;