aboutsummaryrefslogtreecommitdiff
path: root/projects/speex
diff options
context:
space:
mode:
authorTyson Smith <tysmith@users.noreply.github.com>2020-05-13 13:33:27 -0700
committerGitHub <noreply@github.com>2020-05-13 13:33:27 -0700
commitc7fa329aebd3af3fec3ac1b8e4dd1950720b7732 (patch)
treef3c73c4f02072c72bf13cd0b96f040bba6fed9a6 /projects/speex
parent1f533163ccb52fcbde052bfc0cffe75aadbce49b (diff)
downloadoss-fuzz-c7fa329aebd3af3fec3ac1b8e4dd1950720b7732.tar.gz
Build fixes (#3802)
* [libtheora] Update upstream repository url * [speex] Update upstream repository url * [tremor] Update upstream repository url * [vorbis] Update upstream repository url
Diffstat (limited to 'projects/speex')
-rw-r--r--projects/speex/Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/speex/Dockerfile b/projects/speex/Dockerfile
index 05a425316..7ed9981a9 100644
--- a/projects/speex/Dockerfile
+++ b/projects/speex/Dockerfile
@@ -17,7 +17,8 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER tmatth@videolan.org
RUN apt-get update && apt-get install -y make autoconf libtool pkg-config wget
-RUN git clone https://git.xiph.org/ogg.git
-RUN git clone https://git.xiph.org/speex.git speex
+RUN git clone https://gitlab.xiph.org/xiph/ogg.git
+RUN git clone https://gitlab.xiph.org/xiph/speex.git speex
WORKDIR speex
+RUN git checkout speexdec-fuzz-target
COPY build.sh $SRC/