shithub: sox

Download patch

ref: b3cb872a0070c189552eafd8a51f4d74998eeb44
parent: 84ae4fe3de005f9e5844dcb1302c9b22bf63974e
author: cbagwell <cbagwell>
date: Fri Oct 31 17:03:59 EDT 2008

Doc updates.

--- a/ChangeLog
+++ b/ChangeLog
@@ -100,6 +100,8 @@
   o Fixed pkg-config CFLAGS. (evilynux)
   o Fix sndfile inclusion in build in some circumstances.  (robs)
   o Fix [2026912] Fails on URL-like filenames.  (robs)
+  o Always add _LARGEFILE_SUPPORT when off_t is 64bits to work around
+    buggy platforms.  Fixes not able to read WAV files. (cbagwell)
 
 Internal improvements:
 
--- a/INSTALL
+++ b/INSTALL
@@ -36,17 +36,14 @@
 modularly SoX can't use its format and effect modules until
 it is installed.)
 
-Optionally, to install HTML or PDF versions of manual pages:
-
-        make install-pdf
-        make install-html
-
 There are several optional parameters that you may pass to the
 configure script to customize SoX for your applications. Run
 
 	./configure --help
 
-for a complete list of options.
+for a complete list of options.  In addition, there are several
+optional make targets that can be used (run as "make target").
+They include: pdf, html, install-pdf, install-html
 
 
 Compiling using Microsoft's Visual C