mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
6b422e436a
Signed-off-by: muyouquan123 <m17329862192@163.com>
34 lines
936 B
JSON
34 lines
936 B
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": "3.1",
|
|
"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": [],
|
|
"third_party": [
|
|
"musl"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|