1From d0313be5fb947df399a4db24a5f9244510d2ce87 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 12 Jul 2017 16:36:06 -0700
4Subject: [PATCH] remove the #error line and live without file-type detection with pipes
5
6this fallback is executed with musl
7
8Upstream-Status: Inappropriate [musl specific]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 src/formats.c | 1 -
12 1 file changed, 1 deletion(-)
13
14diff --git a/src/formats.c b/src/formats.c
15index 724a4cda..f683a922 100644
16--- a/src/formats.c
17+++ b/src/formats.c
18@@ -422,7 +422,6 @@ static void UNUSED rewind_pipe(FILE * fp)
19   /* To fix this #error, either simply remove the #error line and live without
20    * file-type detection with pipes, or add support for your compiler in the
21    * lines above.  Test with cat monkey.wav | ./sox --info - */
22-  #error FIX NEEDED HERE
23   #define NO_REWIND_PIPE
24   (void)fp;
25 #endif
26--
272.16.2
28
29