shithub: sox

Download patch

ref: 2ab8b5ab1dc8cb4bfcfa7fc77419818e53d849e8
parent: 4175869d978761bf887838b07a03d0c18367f69d
author: cbagwell <cbagwell>
date: Tue Apr 7 22:27:29 EDT 2009

Change suggested rewind test to using "sox --info" so it will
work within src directory when soxi is a libtool wrapper script (which
doesn't work).

--- a/src/formats.c
+++ b/src/formats.c
@@ -402,7 +402,7 @@
 #else
   /* 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 | ./soxi - */
+   * lines above.  Test with cat monkey.au | ./sox --info - */
   #error FIX NEEDED HERE
   #define NO_REWIND_PIPE
   (void)fp;