2022-01-18 09:29:40 +00:00
{
"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." ,
2024-04-25 09:18:18 +00:00
"version" : "5.1.4" ,
2022-01-18 09:29:40 +00:00
"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" : {
2022-07-29 10:40:30 +00:00
"name" : "ffmpeg" ,
"subsystem" : "thirdparty" ,
2022-01-18 09:29:40 +00:00
"syscap" : [ ] ,
"features" : [ ] ,
2023-08-01 03:22:57 +00:00
"adapted_system_type" : [ "standard" ] ,
2022-01-18 09:29:40 +00:00
"rom" : "" ,
"ram" : "" ,
"deps" : {
2024-08-22 12:51:30 +00:00
"components" : [ "musl" ] ,
"third_party" : [ ]
2022-01-18 09:29:40 +00:00
} ,
"build" : {
2024-08-08 01:54:13 +00:00
"sub_component" : [ "//third_party/ffmpeg:libohosffmpeg" ] ,
2024-03-27 02:54:13 +00:00
"inner_kits" : [
{
2024-08-08 01:51:50 +00:00
"type" : "so" ,
2024-05-28 06:37:31 +00:00
"name" : "//third_party/ffmpeg:libohosffmpeg" ,
"header" : {
2024-08-08 01:51:50 +00:00
"header_files" : [ ] ,
"header_base" : "//third_party/ffmpeg"
2024-05-28 06:37:31 +00:00
}
2024-03-27 02:54:13 +00:00
}
2024-08-08 03:14:08 +00:00
] ,
2024-08-08 03:18:15 +00:00
"test" : [ ]
2022-01-18 09:29:40 +00:00
}
}
2022-07-29 10:40:30 +00:00
}