mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
VNC-151 Add FFmpeg libavfilter support to Docker build files
This commit is contained in:
parent
e599bfb3ed
commit
375e960fbc
3 changed files with 3 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ RUN \
|
|||
xorg-x11-xtrans-devel \
|
||||
xsltproc \
|
||||
libavformat-free-devel \
|
||||
libswscale-free-devel \
|
||||
libswscale-free-deve libavfilter-free-devel \
|
||||
libva-devel
|
||||
|
||||
ENV SCRIPTS_DIR=/tmp/scripts
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@ RUN \
|
|||
xsltproc \
|
||||
libavformat-free-devel \
|
||||
libswscale-free-devel \
|
||||
libavfilter-free-devel \
|
||||
libva-devel
|
||||
|
||||
ENV SCRIPTS_DIR=/tmp/scripts
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ RUN zypper install -ny \
|
|||
ffmpeg-4-libavcodec-devel \
|
||||
ffmpeg-4-libswscale-devel \
|
||||
ffmpeg-4-libavformat-devel \
|
||||
ffmpeg-4-libavfilter-devel \
|
||||
fonttosfnt \
|
||||
font-util \
|
||||
gcc14 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue