diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-02-16 23:39:02 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-02-16 23:40:21 +0100 |
commit | 1d8d95fba49a6c1eb6304d439b671f39595b984d (patch) | |
tree | 03299c76d7bfd872e999e6c48c4ad860ee4ee167 /install_ubuntu.sh | |
parent | c22c66260e0a2442ac4344f722cb60279449c0cc (diff) |
Add option to merge audio devices by separating audio inputs with | in one -a
Diffstat (limited to 'install_ubuntu.sh')
-rwxr-xr-x | install_ubuntu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_ubuntu.sh b/install_ubuntu.sh index f414f50..992e973 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -7,7 +7,7 @@ cd "$script_dir" set -e apt-get -y install build-essential\ - libswresample-dev libavformat-dev libavcodec-dev libavutil-dev\ + libswresample-dev libavformat-dev libavcodec-dev libavutil-dev libavfilter-dev\ libgl-dev libx11-dev libxcomposite-dev libxrandr-dev\ libpulse-dev |