mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-26 20:50:34 +00:00
【修改说明】按规范修改外部依赖部件
Signed-off-by: qihaonan <qihaonan3@huawei.com>
This commit is contained in:
parent
71e9cdc5dc
commit
337f085be5
4
BUILD.gn
4
BUILD.gn
@ -1694,8 +1694,8 @@ action("gen_config_header") {
|
||||
}
|
||||
if (!is_cross_platform_build) {
|
||||
if (ffmpeg_selected_platform == "aarch64") {
|
||||
print("third_party:ffmpeg # deps //third_party/musl:musl_libs")
|
||||
deps = [ "//third_party/musl:musl_libs" ]
|
||||
print("third_party:ffmpeg # external_deps //third_party/musl:soft_libc_musl_static")
|
||||
external_deps = [ "musl:soft_libc_musl_static" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user