Add ffmpeg for ubuntu

This commit is contained in:
Matthew Stratford 2022-03-11 21:58:12 +00:00
parent c538ce3a46
commit 0b6e245703
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ echo "BUILD: str = \"$build_commit\"" > ../build.py
echo "BRANCH: str = \"$build_branch\"" >> ../build.py
sudo apt install libportaudio2
sudo apt install python3-pip python3-venv ffmpeg
python3 -m venv ../venv
source ../venv/bin/activate

View file

@ -1,2 +1,2 @@
#!/bin/bash
sudo apt-get -y install libasound-dev libportaudio2
sudo apt-get -y install libasound-dev libportaudio2 ffmpeg