$OpenBSD: patch-sound_audiocd_cpp,v 1.1 2005/07/28 17:28:14 jolan Exp $
--- sound/audiocd.cpp.orig	Tue Sep 28 15:19:33 2004
+++ sound/audiocd.cpp	Wed Jul 27 17:39:45 2005
@@ -46,9 +46,9 @@ static const TrackFormat TRACK_FORMATS[]
 #ifdef USE_FLAC
 	{ "Flac",			getFlacTrack },
 #endif // #ifdef USE_FLAC
-#ifdef USE_VORBIS
+#if defined(USE_TREMOR) || defined(USE_VORBIS)
 	{ "Ogg Vorbis",		getVorbisTrack },
-#endif // #ifdef USE_VORBIS
+#endif // #if defined(USE_TREMOR) || defined(USE_VORBIS)
 #ifdef USE_MAD
 	{ "Mpeg Layer 3",	getMP3Track },
 #endif // #ifdef USE_MAD
