From 8eff7a2eb1e6d2891d4c19d794304fec45320079 Mon Sep 17 00:00:00 2001
From: lvhan028 <lvhan_028@163.com>
Date: Tue, 1 Nov 2022 02:08:05 -0700
Subject: [PATCH]  upate opencv that enables video build option (#1279)

---
 .circleci/scripts/windows/install_opencv.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/scripts/windows/install_opencv.ps1 b/.circleci/scripts/windows/install_opencv.ps1
index 2e5cae5f7..4aaabd6e5 100644
--- a/.circleci/scripts/windows/install_opencv.ps1
+++ b/.circleci/scripts/windows/install_opencv.ps1
@@ -1,3 +1,3 @@
-Invoke-WebRequest -Uri https://download.openmmlab.com/mmdeploy/library/opencv-4.5.5.zip -OutFile opencv.zip
+Invoke-WebRequest -Uri https://github.com/irexyc/mmdeploy-ci-resource/releases/download/opencv/opencv-win-amd64-4.5.5-vc16.zip -OutFile opencv.zip
 Expand-Archive opencv.zip .
 Move-Item opencv-4.5.5 opencv