mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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
|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue