summaryrefslogtreecommitdiffstats
path: root/ext/amrwb/amrwb-code/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ext/amrwb/amrwb-code/run.sh')
-rw-r--r--ext/amrwb/amrwb-code/run.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/amrwb/amrwb-code/run.sh b/ext/amrwb/amrwb-code/run.sh
deleted file mode 100644
index 323f451a..00000000
--- a/ext/amrwb/amrwb-code/run.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-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)