diff options
Diffstat (limited to 'ext/amrwb/README')
-rw-r--r-- | ext/amrwb/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/amrwb/README b/ext/amrwb/README new file mode 100644 index 00000000..82d33715 --- /dev/null +++ b/ext/amrwb/README @@ -0,0 +1,12 @@ +Compiling AMRWB codec: +====================== + +To compile the amrwb codec, 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. |