mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
add alsa support
This commit is contained in:
parent
5334d8c604
commit
23abf40371
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user