VNC-151 Add FFmpeg libavfilter support to Docker build files

This commit is contained in:
El 2026-01-23 01:56:06 +00:00
parent 1e041baf7a
commit 2d3e08469c
No known key found for this signature in database
GPG key ID: EB3F4C9EA29CDE59
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tz
RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install ninja-build cmake nasm git libgnutls28-dev vim wget tightvncserver curl
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev \
libxcursor-dev libavformat-dev libswscale-dev libva-dev
libxcursor-dev libavformat-dev libswscale-dev libavfilter-dev libva-dev
# x86_64 specific operations
RUN if [ "$(arch)" = "x86_64" ]; then \

View file

@ -14,7 +14,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tz
RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install ninja-build nasm git libgnutls28-dev vim wget tightvncserver curl
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev \
libxcursor-dev libavformat-dev libswscale-dev libva-dev
libxcursor-dev libavformat-dev libswscale-dev libavfilter-dev libva-dev
RUN CMAKE_URL="https://cmake.org/files/v3.22/cmake-3.22.0" && \
ARCH=$(arch) && \

View file

@ -24,7 +24,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tz
RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install ninja-build cmake nasm git libgnutls28-dev vim wget tightvncserver curl
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev \
libxcursor-dev libavformat-dev libswscale-dev libva-dev
libxcursor-dev libavformat-dev libswscale-dev libavfilter-dev libva-dev
# x86_64 specific operations
RUN if [ "$(arch)" = "x86_64" ]; then \