From 28a92b91345bc7bc9ed767ee966d8a1c0e5844f2 Mon Sep 17 00:00:00 2001 From: liyang Date: Tue, 26 Mar 2024 17:23:00 +0800 Subject: [PATCH] change av screen capture build path Signed-off-by: liyang --- multimedia/player_framework/avscreen_capture/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/player_framework/avscreen_capture/BUILD.gn b/multimedia/player_framework/avscreen_capture/BUILD.gn index 35f4bdef9..f7b5a5d05 100644 --- a/multimedia/player_framework/avscreen_capture/BUILD.gn +++ b/multimedia/player_framework/avscreen_capture/BUILD.gn @@ -18,9 +18,9 @@ import("//foundation/multimedia/player_framework/config.gni") ohos_ndk_headers("native_avscreen_capture_header") { dest_dir = "$ndk_headers_out_dir/multimedia/player_framework" sources = [ - "$MEDIA_PLAYER_ROOT_DIR/interfaces/kits/c/native_avscreen_capture.h", - "$MEDIA_PLAYER_ROOT_DIR/interfaces/kits/c/native_avscreen_capture_base.h", - "$MEDIA_PLAYER_ROOT_DIR/interfaces/kits/c/native_avscreen_capture_errors.h", + "../native_avscreen_capture.h", + "../native_avscreen_capture_base.h", + "../native_avscreen_capture_errors.h", ] } -- Gitee