mirror of https://github.com/google/oss-fuzz.git
[ffmpeg] some repos do not like depth=1
This commit is contained in:
parent
9761e79223
commit
afcf8f9690
|
@ -22,22 +22,22 @@ RUN apt-get install -y make autoconf automake libtool build-essential \
|
|||
pkg-config texinfo libbz2-dev zlib1g-dev nasm yasm cmake mercurial wget \
|
||||
xutils-dev libpciaccess-dev
|
||||
|
||||
RUN git clone --depth 1 https://git.ffmpeg.org/ffmpeg.git ffmpeg
|
||||
RUN git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
|
||||
|
||||
RUN wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.1.0.tar.bz2
|
||||
RUN git clone --depth 1 git://anongit.freedesktop.org/mesa/drm
|
||||
RUN git clone --depth 1 https://github.com/mstorsjo/fdk-aac.git
|
||||
RUN git clone git://anongit.freedesktop.org/mesa/drm
|
||||
RUN git clone https://github.com/mstorsjo/fdk-aac.git
|
||||
RUN wget https://sourceforge.net/projects/lame/files/latest/download -O lame.tar.gz
|
||||
RUN git clone --depth 1 git://anongit.freedesktop.org/xorg/lib/libXext
|
||||
RUN git clone --depth 1 git://anongit.freedesktop.org/git/xorg/lib/libXfixes
|
||||
RUN git clone --depth 1 git://anongit.freedesktop.org/git/libva
|
||||
RUN git clone --depth 1 git://people.freedesktop.org/~aplattner/libvdpau
|
||||
RUN git clone --depth 1 https://chromium.googlesource.com/webm/libvpx
|
||||
RUN git clone git://anongit.freedesktop.org/xorg/lib/libXext
|
||||
RUN git clone git://anongit.freedesktop.org/git/xorg/lib/libXfixes
|
||||
RUN git clone git://anongit.freedesktop.org/git/libva
|
||||
RUN git clone git://people.freedesktop.org/~aplattner/libvdpau
|
||||
RUN git clone https://chromium.googlesource.com/webm/libvpx
|
||||
RUN svn co http://svn.xiph.org/trunk/ogg
|
||||
RUN git clone --depth 1 git://git.xiph.org/opus.git
|
||||
RUN git clone --depth 1 git://git.xiph.org/theora.git
|
||||
RUN git clone --depth 1 git://git.xiph.org/vorbis.git
|
||||
RUN git clone --depth 1 git://git.videolan.org/git/x264.git
|
||||
RUN git clone git://git.xiph.org/opus.git
|
||||
RUN git clone git://git.xiph.org/theora.git
|
||||
RUN git clone git://git.xiph.org/vorbis.git
|
||||
RUN git clone git://git.videolan.org/git/x264.git
|
||||
RUN hg clone https://bitbucket.org/multicoreware/x265
|
||||
|
||||
COPY build.sh group_seed_corpus.py $SRC/
|
||||
|
|
Loading…
Reference in New Issue