mirror of
https://github.com/openharmony/third_party_openh264.git
synced 2026-07-01 06:06:19 -04:00
8bab13f17e
Signed-off-by: x00770286 <xiezhongwei3@huawei.com> Change-Id: I8ab9670e57f1bb9595e5f964aff7d5a9e2148f65
38 lines
762 B
JSON
38 lines
762 B
JSON
{
|
|
"name": "@ohos/openh264",
|
|
"description": "Library which supports H.264 encoding and decoding",
|
|
"version": "2.4.0",
|
|
"license": "BSD 2-clause 'Simplified' License",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/openh264"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "LICENSE",
|
|
"readmePath": {
|
|
"en": "README"
|
|
},
|
|
"component": {
|
|
"name": "openh264",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": ["standard"],
|
|
"rom": "92KB",
|
|
"ram": "~200KB",
|
|
"deps": {
|
|
"third_party": [
|
|
"glib",
|
|
"gstreamer"
|
|
],
|
|
"components": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|