mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
functioning builder
This commit is contained in:
11
scripts/install_deps.sh
Executable file
11
scripts/install_deps.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt-get update
|
||||
|
||||
sudo apt-get install autoconf automake build-essential cmake git-core \
|
||||
libass-dev libfreetype6-dev libsdl2-dev libtool libva-dev libvdpau-dev \
|
||||
libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config \
|
||||
texinfo wget zlib1g-dev nasm yasm -y
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
cargo install cargo-c
|
||||
Reference in New Issue
Block a user