diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-10-14 01:16:31 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-10-14 01:22:43 +0200 |
commit | 93d46b976730bced7a70be1617a0171600167314 (patch) | |
tree | 63580cf3ec44425531f95547c54c2ae519a1da00 /install_ubuntu.sh | |
parent | 9d65552d057a7a629ead9758f7627f0c7879bf4a (diff) |
Refactor nvfbc into abstract capture api
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 6a3bb4a..f414f50 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -8,7 +8,7 @@ cd "$script_dir" set -e apt-get -y install build-essential\ libswresample-dev libavformat-dev libavcodec-dev libavutil-dev\ - libgl-dev libx11-dev libxcomposite-dev\ + libgl-dev libx11-dev libxcomposite-dev libxrandr-dev\ libpulse-dev ./install.sh |