$OpenBSD: patch-scumm_sound_cpp,v 1.1 2005/07/28 17:28:14 jolan Exp $
--- scumm/sound.cpp.orig	Sun Dec 19 05:23:28 2004
+++ scumm/sound.cpp	Wed Jul 27 17:38:24 2005
@@ -1005,7 +1005,7 @@ void Sound::startSfxSound(File *file, in
 #endif
 		break;
 	case kVorbisMode:
-#ifdef USE_VORBIS
+#if defined(USE_TREMOR) || defined(USE_VORBIS)
 		assert(file_size > 0);
 		input = makeVorbisStream(file, file_size);
 #endif
@@ -1044,7 +1044,7 @@ ScummFile *Sound::openSfxFile() {
 	#ifdef USE_FLAC
 		{ "sof", kFlacMode },
 	#endif
-	#ifdef USE_VORBIS
+	#if defined(USE_TREMOR) || defined(USE_VORBIS)
 		{ "sog", kVorbisMode },
 	#endif
 	#ifdef USE_MAD
