mirror of https://github.com/google/oss-fuzz.git
[opus] Update upstream repository url (#3793)
This commit is contained in:
parent
51255141a1
commit
cbeed2ba0b
|
@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
MAINTAINER flim@google.com
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool wget
|
||||
|
||||
RUN git clone https://git.xiph.org/opus.git
|
||||
RUN git clone https://gitlab.xiph.org/xiph/opus.git
|
||||
RUN wget https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz
|
||||
WORKDIR opus
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue