aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/audiostream.cpp')
-rw-r--r--sound/audiostream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp
index 776322d0fe..019f088b9b 100644
--- a/sound/audiostream.cpp
+++ b/sound/audiostream.cpp
@@ -45,7 +45,7 @@ static const StreamFileFormat STREAM_FILEFORMATS[] = {
{ "Flac", "flac", makeFlacStream },
{ "Flac", "fla", makeFlacStream },
#endif
-#if defined(USE_VORBIS) || defined(USE_TREMOR)
+#ifdef USE_VORBIS
{ "Ogg Vorbis", "ogg", makeVorbisStream },
#endif
#ifdef USE_MAD