mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
commit
34b08b79ae
@ -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/
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user