mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
commit
99f4cef982
5
BUILD.gn
5
BUILD.gn
@ -1694,8 +1694,9 @@ 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" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -19,10 +19,8 @@
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": [
|
||||
"musl"
|
||||
]
|
||||
"components": ["musl"],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": ["//third_party/ffmpeg:libohosffmpeg"],
|
||||
|
Loading…
Reference in New Issue
Block a user