shithub: sox

Download patch

ref: a9ff0679687a00c8f5b5e23f846f59f406389214
parent: a411456c49ce7a6780c46be26e62ab4271df4cb2
author: Pascal Giard <evilynux@gmail.com>
date: Sat Dec 10 19:06:01 EST 2011

Clarified that the opencore-amr implementation can also be used.
Thanks to Jan Stary <hans@stare.cz> for the patch.

--- a/src/amr-nb.c
+++ b/src/amr-nb.c
@@ -14,10 +14,13 @@
  * along with this library; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-
-/* In order to use this format with SoX, first build & install:
- *   http://ftp.penguin.cz/pub/users/utx/amr/amrnb-w.x.y.z.tar.bz2
- * or install equivalent package(s) e.g. marillat.
+ 
+/*
+ * In order to use the AMR format with SoX, you need to have an AMR
+ * library installed at SoX build time. Currently, the SoX build system
+ * recognizes two AMR implementations, in the following order:
+ *   http://opencore-amr.sourceforge.net/
+ *   http://ftp.penguin.cz/pub/users/utx/amr/
  */
 
 #include "sox_i.h"