Skip to content

Commit

Permalink
gstreamer: Remove limitation on meson version
Browse files Browse the repository at this point in the history
Upstream now requires >= 1.3 and is tested regularly with latest version of
meson
  • Loading branch information
bilboed committed Nov 22, 2024
1 parent 51922e4 commit c58b029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/gstreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,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==1.2.3
python3-pip ninja-build meson

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
Expand Down

0 comments on commit c58b029

Please sign in to comment.