diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2007-01-23 14:54:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2007-01-23 14:54:01 +0000 |
commit | ba02842337d7c72cc2d992f956e20792fddec34b (patch) | |
tree | d4b19206869ab9eedd74873646048085bfdc296f /gst-libs/ext | |
parent | a43720466a3d1db393b1317bff3ead67685fd611 (diff) | |
download | gst-plugins-bad-ba02842337d7c72cc2d992f956e20792fddec34b.tar.gz gst-plugins-bad-ba02842337d7c72cc2d992f956e20792fddec34b.tar.bz2 gst-plugins-bad-ba02842337d7c72cc2d992f956e20792fddec34b.zip |
work if it's already there too
Original commit message from CVS:
work if it's already there too
Diffstat (limited to 'gst-libs/ext')
-rw-r--r-- | gst-libs/ext/amrwb/Makefile.am | 4 |
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) |