third_party_ffmpeg/bundle.json
qihaonan d006b60d9a 【修改说明】按规范修改外部依赖部件
Signed-off-by: qihaonan <qihaonan3@huawei.com>
2024-08-22 12:51:30 +00:00

41 lines
1.2 KiB
JSON

{
"name": "@ohos/ffmpeg",
"description": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.",
"version": "5.1.4",
"license": "LGPL V2.1/LGPL V3.0/GPL V2.0/GPL V3.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/ffmpeg"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING.LGPLv2.1",
"component": {
"name": "ffmpeg",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": ["musl"],
"third_party": []
},
"build": {
"sub_component": ["//third_party/ffmpeg:libohosffmpeg"],
"inner_kits": [
{
"type": "so",
"name": "//third_party/ffmpeg:libohosffmpeg",
"header": {
"header_files": [],
"header_base": "//third_party/ffmpeg"
}
}
],
"test": []
}
}
}