openbsd-ports/audio/gqmpeg/patches/patch-ac
brad 8f282ef8b5 - change mixer device from /dev/mixer0 to /dev/mixer
- add patch to suppress a warning
1999-12-07 00:10:12 +00:00

12 lines
242 B
Plaintext

--- io_mpg123.c.orig Mon Dec 6 18:45:18 1999
+++ io_mpg123.c Mon Dec 6 18:45:27 1999
@@ -596,7 +596,7 @@
return FALSE;
}
-#ifdef 0
+#if 0
/* we ignore escape sequences (for now) */
if (c == 27 && getc(mpgpipe) == ']')
{