File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 \
234235python3 -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
242240source " $HOME /.cargo/env"
243241cargo install cargo-c
You can’t perform that action at this time.
0 commit comments