mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
work if it's already there too
Original commit message from CVS: work if it's already there too
This commit is contained in:
parent
a43720466a
commit
ba02842337
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ download:
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
enc_acelp.c: 26204-600.zip
|
enc_acelp.c: 26204-600.zip
|
||||||
unzip $^
|
unzip -u $^
|
||||||
unzip 26204-600_ANSI-C_source_code.zip
|
unzip -u 26204-600_ANSI-C_source_code.zip
|
||||||
mv c-code/* .
|
mv c-code/* .
|
||||||
rm -rf c-code/ 26204-600_ANSI-C_source_code.zip makefile.gcc
|
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)
|
echo "" >> typedef.h # to remove compilation warning (no newline at end of file)
|
||||||
|
|
Loading…
Reference in a new issue