aboutsummaryrefslogtreecommitdiff
path: root/projects/opus
diff options
context:
space:
mode:
authorFelicia Lim <felicialim@users.noreply.github.com>2020-05-12 13:06:49 -0700
committerGitHub <noreply@github.com>2020-05-12 13:06:49 -0700
commitcbeed2ba0b6924e570229de758d8bb307e972ba6 (patch)
treea1d7e1085d364568a37a9a7d819c5553c2223f7b /projects/opus
parent51255141a1f9d02628dd7591d4192c5a8af15cae (diff)
downloadoss-fuzz-cbeed2ba0b6924e570229de758d8bb307e972ba6.tar.gz
[opus] Update upstream repository url (#3793)
Diffstat (limited to 'projects/opus')
-rw-r--r--projects/opus/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/opus/Dockerfile b/projects/opus/Dockerfile
index bba12370e..29f828e58 100644
--- a/projects/opus/Dockerfile
+++ b/projects/opus/Dockerfile
@@ -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/