Skip to content

Commit f26de2f

Browse files
nicholasdezaistefano-garzarella
authored andcommitted
Add new dependencies for gstreamer
The GStreamer backend require additional packages to run: - gstreamer1.0-plugins-base - gstreamer1.0-plugins-good Signed-off-by: nicholasdezai <[email protected]>
1 parent 7e451ea commit f26de2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_container.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ DEBIAN_FRONTEND="noninteractive" apt-get install --no-install-recommends -y \
2222
libglm-dev libstb-dev libc6-dev \
2323
debhelper-compat libdbus-1-dev libglib2.0-dev meson ninja-build dbus \
2424
libvirglrenderer1 libvirglrenderer-dev pipewire libpipewire-0.3-dev \
25-
podman libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
25+
podman libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
26+
gstreamer1.0-plugins-base gstreamer1.0-plugins-good
2627

2728
# `riscv64` specific dependencies
2829
if [ "$ARCH" == "riscv64" ]; then

0 commit comments

Comments
 (0)