Skip to content

Commit 010c31b

Browse files
wip
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent a4d3c5d commit 010c31b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/build_gst.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ GST_MESON_OPTIONS_DEFAULT=(
5959
-D python=disabled
6060
-D qt5=disabled
6161
-D rs=enabled
62+
-D gst-plugins-rs:audiofx=disabled
6263
-D gst-plugins-rs:gtk4=disabled
6364
-D gst-plugins-rs:sodium=disabled
6465
-D gst-plugins-rs:inter=enabled
@@ -234,10 +235,7 @@ apt-get install --assume-yes --no-install-recommends --mark-auto \
234235
python3 -m pip install --no-cache-dir "${GST_PIP_DEPENDENCIES[@]}"
235236

236237
# Install Rust toolchain (needed for gst-plugins-rs: intersink, intersrc, etc.)
237-
# Pin to 1.84.0 to match gst-plugins-rs compatibility (rust-version = "1.83" in Cargo.toml).
238-
# Latest Rust versions introduce breaking lints (e.g. implicit autoref on raw pointers)
239-
# that the bundled gst-plugins-rs code does not yet comply with.
240-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.84.0
238+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
241239
# shellcheck source=/dev/null
242240
source "$HOME/.cargo/env"
243241
cargo install cargo-c

0 commit comments

Comments
 (0)