ref: a411456c49ce7a6780c46be26e62ab4271df4cb2
parent: a74c6364384dafbbae06caadf33832738dcc968a
author: Pascal Giard <evilynux@gmail.com>
date: Sat Dec 10 19:03:45 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-wb.c
+++ b/src/amr-wb.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/amrwb-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"