!110 新增软解ffmpeg汇编对musl库的依赖

Merge pull request !110 from muyouquan123/master
This commit is contained in:
openharmony_ci 2023-08-01 03:55:24 +00:00 committed by Gitee
commit 60b6f36609
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 2 deletions

View File

@ -1614,6 +1614,9 @@ ohos_source_set("ffmpeg_dynamic") {
action("gen_config_header") {
script = "//third_party/ffmpeg/ohos_config.sh"
if (ffmpeg_selected_platform == "aarch64") {
deps = [ "//third_party/musl:musl_libs" ]
}
args = [
rebase_path("//third_party/ffmpeg", root_build_dir),
rebase_path("${target_gen_dir}/include/", root_build_dir),

View File

@ -15,12 +15,14 @@
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
"third_party": [
"musl"
]
},
"build": {
"sub_component": [],