From 702654bc4198823696124ab8257453fc92ab6ec7 Mon Sep 17 00:00:00 2001 From: Vamist Date: Tue, 21 Mar 2023 18:13:08 +0000 Subject: [PATCH] Missing ubuntu dep --- install_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 992e973..187dc62 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -9,6 +9,6 @@ set -e apt-get -y install build-essential\ libswresample-dev libavformat-dev libavcodec-dev libavutil-dev libavfilter-dev\ libgl-dev libx11-dev libxcomposite-dev libxrandr-dev\ - libpulse-dev + libpulse-dev libva-dev ./install.sh