From 7c54c3523764ec06517db983497f45b634c50501 Mon Sep 17 00:00:00 2001 From: cuican Date: Tue, 30 Jan 2024 09:11:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95=E6=96=87=E4=BB=B6=20component=5Fcom?= =?UTF-8?q?pilation=5Fwhitelist.json,=20=E7=9B=B8=E5=85=B3innerapi:=20[cas?= =?UTF-8?q?tengine=5Fwifi=5Fdisplay:sharing=5Frtp]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuican --- component_compilation_whitelist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index ea51351db6..613ebb7cd1 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -6390,7 +6390,8 @@ "//foundation/multimedia/player_framework/services/utils/include/" ], "//foundation/CastEngine/castengine_wifi_display/services/protocol/rtp:sharing_rtp": [ - "//utils/native/base/include/" + "//utils/native/base/include/", + "//third_party/ffmpeg/" ], "//foundation/graphic/graphic_2d/rosen/modules/render_service_client/test:render_service_client_gravity_demo": [ "//foundation/window/window_manager/interfaces/innerkits/" -- Gitee From e8f9d21e75411b1ce5d8d587019058f3a5140f67 Mon Sep 17 00:00:00 2001 From: cuican Date: Tue, 30 Jan 2024 09:11:44 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95=E6=96=87=E4=BB=B6=20component=5Fcom?= =?UTF-8?q?pilation=5Fwhitelist.json,=20=E7=9B=B8=E5=85=B3innerapi:=20[cas?= =?UTF-8?q?tengine=5Fwifi=5Fdisplay:sharing=5Frtp]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuican --- component_compilation_whitelist.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index ea51351db6..51c104d4ea 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -12425,6 +12425,9 @@ "//commonlibrary/c_utils/base:utils_static_cxx_rust": [ "//third_party/bounds_checking_function:libsec_shared" ], + "//foundation/CastEngine/castengine_wifi_display/services/protocol/rtp:sharing_rtp": [ + "//third_party/ffmpeg:libohosffmpeg" + ], "//foundation/filemanagement/app_file_service/utils:backup_utils": [ "//third_party/jsoncpp:jsoncpp" ], -- Gitee