Using Meson 1.0.0

ffmpeg_4.4.2
Javernaut 2 years ago
parent cd3a814c64
commit f8a84f7a61
  1. 2
      .github/workflows/compilability_check.yml
  2. 2
      tools/docker/Dockerfile

@ -12,7 +12,7 @@ jobs:
- name: Setup the environment
run: |
sudo pip3 install meson==0.63.0
sudo pip3 install meson==1.0.0
sudo apt-get install nasm ninja-build
- name: Executing the script

@ -7,7 +7,7 @@ ARG VERSION_NDK=25.0.8775105
ARG VERSION_CMAKE=3.22.1
# Package to install via pip3
ARG VERSION_MESON=0.63.0
ARG VERSION_MESON=1.0.0
# The HOME variable isn't available for ENV directive (during building an image).
# So we define one manually. For alpine and ubuntu it should be '/root'

Loading…
Cancel
Save