1 From e7446c9bcb47674c9d0ee3b5bab129e9b86eb1c9 Mon Sep 17 00:00:00 2001
2 From: Walter Franzini <walter.franzini@gmail.com>
3 Date: Fri, 7 Jun 2019 17:57:11 +0200
4 Subject: [PATCH] musl does not support rewind pipe, make it build anyway
8 1 file changed, 1 deletion(-)
10 diff --git a/src/formats.c b/src/formats.c
11 index f3efe764..477bf451 100644
14 @@ -424,7 +424,6 @@ static void UNUSED rewind_pipe(FILE * fp)
15 /* To fix this #error, either simply remove the #error line and live without
16 * file-type detection with pipes, or add support for your compiler in the
17 * lines above. Test with cat monkey.wav | ./sox --info - */
18 - #error FIX NEEDED HERE
19 #define NO_REWIND_PIPE