mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
9efe4168b7
Save us from using the static version when building the crate.
8 lines
174 B
Bash
8 lines
174 B
Bash
RELEASE=0.6.0
|
|
|
|
git clone https://code.videolan.org/videolan/dav1d.git --branch $RELEASE
|
|
cd dav1d
|
|
meson build -D prefix=/usr/local
|
|
ninja -C build
|
|
ninja -C build install
|
|
cd ..
|