From 37afd12ff01b2aa6c8e5f82b26d4404e12ee3980 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:56:07 -0500 Subject: [PATCH] bump Mesa to v24 --- Dockerfile | 4 ++-- README.md | 1 + readme-vars.yml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed97933..6b42350 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ENV \ LIBVIDSTAB=1.1.1 \ LIBVMAF=3.0.0 \ LIBVPL=2.10.1 \ - MESA=23.3.3 \ + MESA=24.0.0 \ NVCODEC=n12.1.14.0 \ OGG=1.3.5 \ ONEVPL=23.4.3 \ @@ -319,7 +319,7 @@ RUN \ meson setup \ -Dprefix="/usr/local" \ -Dbuildtype=release \ - -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \ + -Dvideo-codecs=all \ builddir/ && \ meson compile -C builddir/ && \ meson install -C builddir/ diff --git a/README.md b/README.md index 5336135..b75072b 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **01.02.24:** - Bump Mesa to v24. * **21.01.24:** - Add alsa support. * **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs. * **01.01.24:** - Add rav1e support. Bump libaom, fdkaac, libdrm, libvmaf, libvpl, mesa and svt-av1. diff --git a/readme-vars.yml b/readme-vars.yml index 6b32079..a28a10c 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -177,6 +177,7 @@ full_custom_readme: | ## Versions + * **01.02.24:** - Bump Mesa to v24. * **21.01.24:** - Add alsa support. * **18.01.24:** - Let the wrapper pass the ffmpeg exit code to docker run. Bump various libs. * **01.01.24:** - Add rav1e support. Bump libaom, fdkaac, libdrm, libvmaf, libvpl, mesa and svt-av1.