Skip to content

Commit

Permalink
Update installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin authored Nov 5, 2023
1 parent e9db3ed commit 92059f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspberry_pi/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ cd ~
git clone https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
cd gst-plugins-rs
rm Cargo.toml # this won is bloated; we're going to delete some install options to speed things up and to avoid crashing things during the build
wget https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.githttps://raw.githubusercontent.com/steveseguin/raspberry_ninja/main/raspberry_pi/Cargo.toml
wget https://raw.githubusercontent.com/steveseguin/raspberry_ninja/main/raspberry_pi/Cargo.toml
cargo cinstall --prefix=./tmp # whip/whep plugins for gstreamer
sudo cp ./tmp/lib/gstreamer-1.0/* /usr/local/lib/aarch64-linux-gnu/gstreamer-1.0
sudo cp ./tmp/lib/pkgconfig/* /usr/local/lib/aarch64-linux-gnu/pkgconfig
Expand Down

0 comments on commit 92059f7

Please sign in to comment.