summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 71a24682..90d68a34 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)