summaryrefslogtreecommitdiff
path: root/graphics/ogle/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ogle/patches/patch-ae')
-rw-r--r--graphics/ogle/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/ogle/patches/patch-ae b/graphics/ogle/patches/patch-ae
new file mode 100644
index 00000000000..26f8a09421a
--- /dev/null
+++ b/graphics/ogle/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2002/06/16 18:12:58 wiz Exp $
+
+--- libogleao/obsd_audio.c.orig Wed Jun 5 20:34:58 2002
++++ libogleao/obsd_audio.c Thu Jun 13 12:54:38 2002
+@@ -158,7 +158,7 @@
+ odelay = instance->samples_written - info.play.samples;
+ */
+ odelay = seek / instance->sample_frame_size;
+- fprintf(stderr, "odelay: %d\n", odelay);
++/* fprintf(stderr, "odelay: %d\n", odelay); */
+
+ *samples_return = odelay;
+