From 5caedb58e41279fd499dfcd48c89f94bd9b8a207 Mon Sep 17 00:00:00 2001 From: mediaTest Date: Thu, 12 Jun 2025 10:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mediaTest --- test/ndk/moduletest/video/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ndk/moduletest/video/BUILD.gn b/test/ndk/moduletest/video/BUILD.gn index 20f7b9a..e63c7fa 100644 --- a/test/ndk/moduletest/video/BUILD.gn +++ b/test/ndk/moduletest/video/BUILD.gn @@ -69,6 +69,7 @@ ohos_unittest("vpe_video_native_module_test") { "media_foundation:native_media_core", "window_manager:libwm", "json:nlohmann_json_static", + "openssl:libcrypto_shared" ] resource_config_file = "$VIDEO_PROCESSING_ENGINE_ROOT_DIR/test/ndk/moduletest/resources/ohos_test.xml" }