Replace ffmpeg4 with ffmpeg in Dockerfile

see ee95c5ee11
This commit is contained in:
libe.net 2025-12-15 08:28:09 +01:00 committed by GitHub
parent 65b06b0ceb
commit 8e6f640b05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ RUN \
bsd-compat-headers \
build-base \
cmake \
ffmpeg4-dev \
ffmpeg-dev \
file \
findutils \
gettext-dev \
@ -165,14 +165,14 @@ RUN \
apk add --no-cache \
bsd-compat-headers \
ffmpeg \
ffmpeg4-libavcodec \
ffmpeg4-libavdevice \
ffmpeg4-libavfilter \
ffmpeg4-libavformat \
ffmpeg4-libavutil \
ffmpeg4-libpostproc \
ffmpeg4-libswresample \
ffmpeg4-libswscale \
ffmpeg-libavcodec \
ffmpeg-libavdevice \
ffmpeg-libavfilter \
ffmpeg-libavformat \
ffmpeg-libavutil \
ffmpeg-libpostproc \
ffmpeg-libswresample \
ffmpeg-libswscale \
gnu-libiconv \
libdvbcsa \
libhdhomerun-libs \