gstreamer: Bump meson requirement to 1.2.3 (#11148)

We need at least 1.1 to build gstreamer as of this weekend.

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63487
This commit is contained in:
Edward Hervey 2023-10-23 15:36:36 +02:00 committed by GitHub
parent 6ff61316b8
commit f2947209e2
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
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.63.2
pip3 install meson==1.2.3
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