diff options
Diffstat (limited to 'ext/amrwb/amrwb-code/run.sh')
-rw-r--r-- | ext/amrwb/amrwb-code/run.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/amrwb/amrwb-code/run.sh b/ext/amrwb/amrwb-code/run.sh new file mode 100644 index 00000000..323f451a --- /dev/null +++ b/ext/amrwb/amrwb-code/run.sh @@ -0,0 +1,6 @@ +wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-600.zip +unzip 26204-600.zip +unzip 26204-600_ANSI-C_source_code.zip +mv c-code/* . +rm -rf c-code/ 26204-600.zip 26204-600_ANSI-C_source_code.zip +echo "" >> typedef.h # to remove compilation warning (no newline at end of file) |