summaryrefslogtreecommitdiff
path: root/package/sox/patches/patch-src_formats_c
blob: da9a7ed285180a59f1f6eb3e97624b7b23aa8f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- sox-14.4.1.orig/src/formats.c	2013-01-13 20:57:39.000000000 +0100
+++ sox-14.4.1/src/formats.c	2014-03-29 14:43:56.000000000 +0100
@@ -417,7 +417,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.wav | ./sox --info - */
-  #error FIX NEEDED HERE
+  //#error FIX NEEDED HERE
   #define NO_REWIND_PIPE
   (void)fp;
 #endif