From ba02842337d7c72cc2d992f956e20792fddec34b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 23 Jan 2007 14:54:01 +0000 Subject: work if it's already there too Original commit message from CVS: work if it's already there too --- gst-libs/ext/amrwb/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst-libs') 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) -- cgit v1.2.1