From 7283fe69b2d60f5081aa0517b201112ed2df7441 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 19 May 2022 13:12:30 +0300 Subject: [PATCH] ci: Build gstreamer-gl on windows This was disabled since DirectX wasn't available, but its working now on the server2022 image that provides the required headers and dlls. --- ci/run_windows_tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_windows_tests.ps1 b/ci/run_windows_tests.ps1 index 9b3cf9553..53f324566 100644 --- a/ci/run_windows_tests.ps1 +++ b/ci/run_windows_tests.ps1 @@ -16,7 +16,7 @@ $env:PKG_CONFIG_PATH = "C:/lib/pkgconfig" 'gstreamer-check', 'gstreamer-controller', 'gstreamer-editing-services', - # 'gstreamer-gl', + 'gstreamer-gl', # 'gstreamer-gl/egl', # 'gstreamer-gl/wayland', # 'gstreamer-gl/x11',