Skip to content

Commit

Permalink
Add libxcb for x11grab
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Nov 8, 2024
1 parent 484dd6c commit 6972f1e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apk add --update \
dav1d-dev \
rav1e-dev \
aom-dev \
libxcb-dev \
alsa-lib-dev \
v4l-utils-dev

Expand Down Expand Up @@ -88,6 +89,7 @@ RUN cd /dist/ffmpeg-${FFMPEG_VERSION} && \
--enable-libdav1d \
--enable-librav1e \
--enable-libaom \
--enable-libxcb \
--disable-ffplay \
--disable-debug \
--disable-doc \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.alpine.rpi
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apk add -U \
dav1d-dev \
rav1e-dev \
aom-dev \
libxcb-dev \
alsa-lib-dev \
v4l-utils-dev \
raspberrypi-dev \
Expand Down Expand Up @@ -97,6 +98,7 @@ RUN cd /dist/ffmpeg-${FFMPEG_VERSION} && \
--enable-libdav1d \
--enable-librav1e \
--enable-libaom \
--enable-libxcb \
--disable-ffplay \
--disable-debug \
--disable-doc \
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile.ubuntu.cuda12
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ RUN apt-get update -y && \
libfdk-aac-dev \
libharfbuzz-dev \
libxml2-dev \
libxcb1-dev \
libxcb-xfixes0-dev \
libxcb-shm0-dev \
libxcb-shape0-dev \
zlib1g-dev

# install and patch ffmpeg
Expand Down Expand Up @@ -92,6 +96,7 @@ RUN cd /dist/ffmpeg-${FFMPEG_VERSION} && \
--enable-libdav1d \
--enable-librav1e \
--enable-libaom \
--enable-libxcb \
--disable-ffplay \
--disable-ffprobe \
--disable-debug \
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile.ubuntu.vaapi
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ RUN apt-get update -y && \
libfdk-aac-dev \
libharfbuzz-dev \
libxml2-dev \
libxcb1-dev \
libxcb-xfixes0-dev \
libxcb-shm0-dev \
libxcb-shape0-dev \
zlib1g-dev

# install and patch ffmpeg
Expand Down Expand Up @@ -85,6 +89,7 @@ RUN cd /dist/ffmpeg-${FFMPEG_VERSION} && \
--enable-libdav1d \
--enable-librav1e \
--enable-libaom \
--enable-libxcb \
--disable-ffplay \
--disable-ffprobe \
--disable-debug \
Expand Down

0 comments on commit 6972f1e

Please sign in to comment.