diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2007-01-04 16:32:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2007-01-04 16:32:43 +0000 |
commit | 4d3eb2d7f042bbcfad85cc44e254a0688694caea (patch) | |
tree | 273894a792cb0f1d58346180720a8cdce886b171 /ext/amrwb/amrwb-code/run.sh | |
parent | abd2290ed141b010fc7e352e0114abb1c1d3e725 (diff) | |
download | gst-plugins-bad-4d3eb2d7f042bbcfad85cc44e254a0688694caea.tar.gz gst-plugins-bad-4d3eb2d7f042bbcfad85cc44e254a0688694caea.tar.bz2 gst-plugins-bad-4d3eb2d7f042bbcfad85cc44e254a0688694caea.zip |
move amrwb code
Original commit message from CVS:
move amrwb code
Diffstat (limited to 'ext/amrwb/amrwb-code/run.sh')
-rw-r--r-- | ext/amrwb/amrwb-code/run.sh | 6 |
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) |