From a5af45fb317a532e23225417e852aa06ea61fcd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Tue, 17 Mar 2020 23:41:00 +0100 Subject: [PATCH] ci(xenial): update frontend api to 25.0.0 --- CI/install-dependencies-xenial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/install-dependencies-xenial.sh b/CI/install-dependencies-xenial.sh index aa5390ab..c55d82d7 100755 --- a/CI/install-dependencies-xenial.sh +++ b/CI/install-dependencies-xenial.sh @@ -14,6 +14,6 @@ apt-get install -y \ qtbase5-dev # Dirty hack -wget -O /usr/include/obs/obs-frontend-api.h https://raw.githubusercontent.com/obsproject/obs-studio/24.0.3/UI/obs-frontend-api/obs-frontend-api.h +wget -O /usr/include/obs/obs-frontend-api.h https://raw.githubusercontent.com/obsproject/obs-studio/25.0.0/UI/obs-frontend-api/obs-frontend-api.h ldconfig