summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-01-23 14:54:01 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-01-23 14:54:01 +0000
commitba02842337d7c72cc2d992f956e20792fddec34b (patch)
treed4b19206869ab9eedd74873646048085bfdc296f /gst-libs
parenta43720466a3d1db393b1317bff3ead67685fd611 (diff)
work if it's already there too
Original commit message from CVS: work if it's already there too
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/ext/amrwb/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/ext/amrwb/Makefile.am b/gst-libs/ext/amrwb/Makefile.am
index 71a246820..90d68a34f 100644
--- a/gst-libs/ext/amrwb/Makefile.am
+++ b/gst-libs/ext/amrwb/Makefile.am
@@ -52,8 +52,8 @@ download:
exit 1
enc_acelp.c: 26204-600.zip
- unzip $^
- unzip 26204-600_ANSI-C_source_code.zip
+ unzip -u $^
+ unzip -u 26204-600_ANSI-C_source_code.zip
mv c-code/* .
rm -rf c-code/ 26204-600_ANSI-C_source_code.zip makefile.gcc
echo "" >> typedef.h # to remove compilation warning (no newline at end of file)