$OpenBSD: patch-sound_audiostream_cpp,v 1.1 2005/07/28 17:28:14 jolan Exp $
--- sound/audiostream.cpp.orig	Sat Nov 27 11:09:05 2004
+++ sound/audiostream.cpp	Wed Jul 27 17:40:14 2005
@@ -57,9 +57,9 @@ static const StreamFileFormat STREAM_FIL
 	{ "Flac",			"flac", makeFlacStream },
 	{ "Flac",			"fla",  makeFlacStream },
 #endif // #ifdef USE_FLAC
-#ifdef USE_VORBIS
+#if defined(USE_TREMOR) || defined(USE_VORBIS)
 	{ "Ogg Vorbis",		"ogg",  makeVorbisStream },
-#endif // #ifdef USE_VORBIS
+#endif // #if defined(USE_TREMOR) || defined(USE_VORBIS)
 #ifdef USE_MAD
 	{ "Mpeg Layer 3",	"mp3",  makeMP3Stream },
 #endif // #ifdef USE_MAD
