mirror of https://github.com/google/oss-fuzz.git
gstreamer: fix build by updating meson to latest stable release (0.63.2) (#8660)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=51814
This commit is contained in:
parent
9808e992e8
commit
328dcf3e88
|
@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
RUN apt-get update && \
|
||||
apt-get install -y make autoconf automake libtool build-essential pkg-config bison flex patchelf \
|
||||
python3-pip ninja-build && \
|
||||
pip3 install meson==0.61.3
|
||||
pip3 install meson==0.63.2
|
||||
|
||||
RUN git clone --depth 1 https://gitlab.xiph.org/xiph/vorbis.git vorbis
|
||||
RUN git clone --depth 1 https://gitlab.xiph.org/xiph/ogg.git ogg
|
||||
|
|
Loading…
Reference in New Issue