From 2ae169676fb510f402586c25668aa636533d031a Mon Sep 17 00:00:00 2001 From: xqq879988 Date: Fri, 16 May 2025 09:55:47 +0800 Subject: [PATCH] =?UTF-8?q?multimedia=5Fvideo=5Fprocessing=5Fengine=20?= =?UTF-8?q?=E5=BA=93=E4=B8=AD=20drivers=5Finterface=5Fdisplay=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E7=9A=84lib=E5=90=8D=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xqq879988 --- framework/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/BUILD.gn b/framework/BUILD.gn index be44261..a8c339b 100644 --- a/framework/BUILD.gn +++ b/framework/BUILD.gn @@ -338,7 +338,7 @@ ohos_shared_library("image_processing") { external_deps = [ "c_utils:utils", - "drivers_interface_display:display_commontype_idl_headers", + "drivers_interface_display:libdisplay_commontype_proxy_1.0", "graphic_surface:surface", "graphic_2d:2d_graphics", "hilog:libhilog", -- Gitee