Skip to content

Commit

Permalink
add libegl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Dec 21, 2023
1 parent 089a322 commit 3144d65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile.gstreamer
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
libwebp-dev \
libx264-dev \
libvpx-dev \
libva-dev && \
libva-dev \
libegl-dev \
libgles1 \
libgles2 \
libglx-dev && \
rm -rf /var/lib/apt/lists/*

# Install GST-Python dependencies, Meson, and Ninja
Expand Down

0 comments on commit 3144d65

Please sign in to comment.