$OpenBSD: patch-src_libs_sound_decoders_oggaud_c,v 1.1 2012/05/18 05:22:48 bentley Exp $
--- src/libs/sound/decoders/oggaud.c.orig	Fri Apr 13 01:18:24 2012
+++ src/libs/sound/decoders/oggaud.c	Fri Apr 13 01:28:54 2012
@@ -270,10 +270,6 @@ ova_GetFrame (THIS_PTR)
 	TFB_OggSoundDecoder* ova = (TFB_OggSoundDecoder*) This;
 	// this is the closest to a frame there is in ogg vorbis stream
 	// doesn't seem to be a func to retrive it
-#ifdef OVCODEC_TREMOR
-	return ova->vf.os->pageno;
-#else
 	return ova->vf.os.pageno;
-#endif  /* OVCODEC_TREMOR */
 }
 
