Files
x00770286 8bab13f17e upgrade to 2.4.0
Signed-off-by: x00770286 <xiezhongwei3@huawei.com>
Change-Id: I8ab9670e57f1bb9595e5f964aff7d5a9e2148f65
2024-04-15 15:07:46 +08:00

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": []
}
}
}