Skip to content

Commit

Permalink
gstreamer: Add libudev to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Jan 21, 2024
1 parent f675c53 commit 9101430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gstreamer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN <<_GSTREAMER_INSTALL
flex libx265-dev libopus-dev nasm libzxingcore-dev libzbar-dev libdrm-dev libva-dev \
libmfx-dev libvpl-dev libmfx-tools libunwind8 libcap2-bin liborc-0.4-dev \
libx11-dev libxfixes-dev libxdamage-dev libwayland-dev libpulse-dev libglib2.0-dev \
libopenjp2-7-dev liblcms2-dev libcairo2-dev libcairo-gobject2 libwebp7 librsvg2-dev
libopenjp2-7-dev liblcms2-dev libcairo2-dev libcairo-gobject2 libwebp7 librsvg2-dev libudev-dev
"
apt-get update -y
apt-get install -y --no-install-recommends $DEV_PACKAGES
Expand Down

0 comments on commit 9101430

Please sign in to comment.