Skip to content

Commit 8e6f640

Browse files
authored
Replace ffmpeg4 with ffmpeg in Dockerfile
see tvheadend/tvheadend@ee95c5e
1 parent 65b06b0 commit 8e6f640

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN \
2828
bsd-compat-headers \
2929
build-base \
3030
cmake \
31-
ffmpeg4-dev \
31+
ffmpeg-dev \
3232
file \
3333
findutils \
3434
gettext-dev \
@@ -165,14 +165,14 @@ RUN \
165165
apk add --no-cache \
166166
bsd-compat-headers \
167167
ffmpeg \
168-
ffmpeg4-libavcodec \
169-
ffmpeg4-libavdevice \
170-
ffmpeg4-libavfilter \
171-
ffmpeg4-libavformat \
172-
ffmpeg4-libavutil \
173-
ffmpeg4-libpostproc \
174-
ffmpeg4-libswresample \
175-
ffmpeg4-libswscale \
168+
ffmpeg-libavcodec \
169+
ffmpeg-libavdevice \
170+
ffmpeg-libavfilter \
171+
ffmpeg-libavformat \
172+
ffmpeg-libavutil \
173+
ffmpeg-libpostproc \
174+
ffmpeg-libswresample \
175+
ffmpeg-libswscale \
176176
gnu-libiconv \
177177
libdvbcsa \
178178
libhdhomerun-libs \

0 commit comments

Comments
 (0)