From 29e39080324a4a5a3b4d5bbc3fc79213090c6b0a Mon Sep 17 00:00:00 2001 From: Iago Toral Date: Mon, 27 Jul 2009 19:55:27 +0200 Subject: amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc Partially fixes bug #584890. --- ext/amrwbenc/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/amrwbenc/README (limited to 'ext/amrwbenc/README') diff --git a/ext/amrwbenc/README b/ext/amrwbenc/README new file mode 100644 index 00000000..9d158728 --- /dev/null +++ b/ext/amrwbenc/README @@ -0,0 +1,12 @@ +Compiling AMRWB encoder: +======================== + +To compile the amrwb encoder, you need to download the source code from +"http://www.3gpp.org/ftp/Specs/html-info/26204.htm" and uncompress the +files inside an amrwb-code directory; + +or execute this commands: +$cd amrwb-code +$sh ./run.sh + +and run the "autogen" script again. -- cgit v1.2.1