add RageSoundReader_Vorbisfile

This commit is contained in:
Glenn Maynard
2003-09-13 05:05:45 +00:00
parent fd4ade0a86
commit 1e81bd2c56
+4
View File
@@ -127,6 +127,10 @@ RageSoundFileReaders = \
RageSoundReader_SDL_Sound.cpp RageSoundReader_SDL_Sound.h \
RageSoundReader_WAV.cpp RageSoundReader_WAV.h
if HAVE_VORBIS
RageSoundFileReaders += RageSoundReader_Vorbisfile.cpp RageSoundReader_Vorbisfile.h
endif
if HAVE_MP3
RageSoundFileReaders += RageSoundReader_MP3.cpp RageSoundReader_MP3.h
endif