add alsa support

This commit is contained in:
aptalca 2024-01-21 17:01:33 -05:00
parent 5334d8c604
commit 23abf40371
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
4 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,7 @@ RUN \
git \
gperf \
i965-va-driver-shaders \
libasound2-dev \
libexpat1-dev \
libgcc-10-dev \
libgomp1 \
@ -725,6 +726,7 @@ RUN \
--disable-debug \
--disable-doc \
--disable-ffplay \
--enable-alsa \
--enable-cuvid \
--enable-ffprobe \
--enable-gpl \
@ -844,6 +846,7 @@ RUN \
echo "**** install runtime ****" && \
apt-get update && \
apt-get install -y \
libasound2 \
libedit2 \
libelf1 \
libexpat1 \

View File

@ -54,6 +54,7 @@ RUN \
gcc \
git \
gperf \
libasound2-dev \
libexpat1-dev \
libfontconfig1-dev \
libgcc-10-dev \
@ -437,6 +438,7 @@ RUN \
--disable-debug \
--disable-doc \
--disable-ffplay \
--enable-alsa \
--enable-ffprobe \
--enable-gpl \
--enable-libaom \
@ -501,6 +503,7 @@ RUN \
echo "**** install runtime ****" && \
apt-get update && \
apt-get install -y \
libasound2 \
libexpat1 \
libfontconfig1 \
libglib2.0-0 \

View File

@ -173,6 +173,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **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.
* **06.12.23:** - Add libplacebo and libdobi to x86_64.

View File

@ -177,6 +177,7 @@ full_custom_readme: |
## Versions
* **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.
* **06.12.23:** - Add libplacebo and libdobi to x86_64.