Skip to content

Commit

Permalink
bump Mesa to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Feb 1, 2024
1 parent 4bb1d44 commit 37afd12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 37afd12

Please sign in to comment.