Add ffmpeg for ubuntu
This commit is contained in:
parent
c538ce3a46
commit
0b6e245703
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ echo "BUILD: str = \"$build_commit\"" > ../build.py
|
||||||
echo "BRANCH: str = \"$build_branch\"" >> ../build.py
|
echo "BRANCH: str = \"$build_branch\"" >> ../build.py
|
||||||
|
|
||||||
sudo apt install libportaudio2
|
sudo apt install libportaudio2
|
||||||
|
sudo apt install python3-pip python3-venv ffmpeg
|
||||||
|
|
||||||
python3 -m venv ../venv
|
python3 -m venv ../venv
|
||||||
source ../venv/bin/activate
|
source ../venv/bin/activate
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt-get -y install libasound-dev libportaudio2
|
sudo apt-get -y install libasound-dev libportaudio2 ffmpeg
|
||||||
|
|
Loading…
Reference in a new issue