openbsd-ports/audio/sox/patches/patch-src_formats_c
sthen 8b1f3b7ea9 update to 14.3.0, fixing a problem with mp3 playback reported by
Jan Stary, and rolling sndio support into the upstream distribution.
thanks Jan for testing. suggestions/ok naddy@.
2009-11-06 00:04:37 +00:00

13 lines
548 B
Plaintext

$OpenBSD: patch-src_formats_c,v 1.1 2009/11/06 00:04:37 sthen Exp $
--- src/formats.c.orig Mon Nov 2 17:11:55 2009
+++ src/formats.c Mon Nov 2 17:11:34 2009
@@ -403,7 +403,7 @@ static void UNUSED rewind_pipe(FILE * fp)
/* To fix this #error, either simply remove the #error line and live without
* file-type detection with pipes, or add support for your compiler in the
* lines above. Test with cat monkey.au | ./sox --info - */
- #error FIX NEEDED HERE
+ /* #error FIX NEEDED HERE */
#define NO_REWIND_PIPE
(void)fp;
#endif