[opus] Update upstream repository url (#3793)

This commit is contained in:
Felicia Lim 2020-05-12 13:06:49 -07:00 committed by GitHub
parent 51255141a1
commit cbeed2ba0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/