mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
!110 新增软解ffmpeg汇编对musl库的依赖
Merge pull request !110 from muyouquan123/master
This commit is contained in:
commit
60b6f36609
3
BUILD.gn
3
BUILD.gn
@ -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),
|
||||
|
@ -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": [],
|
||||
|
Loading…
Reference in New Issue
Block a user