From e49bd5b060d777c0086452791b89fdc716edf195 Mon Sep 17 00:00:00 2001 From: renhw001 Date: Sat, 28 Oct 2023 01:50:10 +0000 Subject: [PATCH 1/4] update bundle.json. Signed-off-by: renhw001 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 53b42bd..37ab247 100644 --- a/bundle.json +++ b/bundle.json @@ -23,7 +23,7 @@ "third_party": [] }, "build": { - "sub_component": [], + "sub_component": ["third_party/astc-encoder:astc_encoder_shared"], "inner_kits": [], "test": [] } -- Gitee From c908ec1bc6a3f389a28640f7b38c4ba984182b9d Mon Sep 17 00:00:00 2001 From: renhw001 Date: Sat, 28 Oct 2023 01:53:43 +0000 Subject: [PATCH 2/4] update bundle.json. Signed-off-by: renhw001 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 37ab247..0fd0063 100644 --- a/bundle.json +++ b/bundle.json @@ -23,7 +23,7 @@ "third_party": [] }, "build": { - "sub_component": ["third_party/astc-encoder:astc_encoder_shared"], + "sub_component": ["//third_party/astc-encoder:astc_encoder_shared"], "inner_kits": [], "test": [] } -- Gitee From 52b809331504b665ca277c11d128ddd836865bbe Mon Sep 17 00:00:00 2001 From: renhw001 Date: Sat, 28 Oct 2023 06:35:31 +0000 Subject: [PATCH 3/4] update Source/astcenc_averages_and_directions.cpp. Signed-off-by: renhw001 --- Source/astcenc_averages_and_directions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/astcenc_averages_and_directions.cpp b/Source/astcenc_averages_and_directions.cpp index 2ceb83d..d00ef51 100644 --- a/Source/astcenc_averages_and_directions.cpp +++ b/Source/astcenc_averages_and_directions.cpp @@ -24,6 +24,7 @@ #include + /** * @brief Compute the average RGB color of each partition. * -- Gitee From 8eab12e2bbec58826713ca06dd739eea929d65ec Mon Sep 17 00:00:00 2001 From: renhw001 Date: Sat, 28 Oct 2023 08:47:20 +0000 Subject: [PATCH 4/4] update Source/astcenc_averages_and_directions.cpp. Signed-off-by: renhw001 --- Source/astcenc_averages_and_directions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/astcenc_averages_and_directions.cpp b/Source/astcenc_averages_and_directions.cpp index d00ef51..2ceb83d 100644 --- a/Source/astcenc_averages_and_directions.cpp +++ b/Source/astcenc_averages_and_directions.cpp @@ -24,7 +24,6 @@ #include - /** * @brief Compute the average RGB color of each partition. * -- Gitee