mirror of
https://github.com/openharmony/third_party_dav1d.git
synced 2026-07-01 03:23:19 -04:00
011be830f3
Signed-off-by: ulimax_001 <wangwei234@huawei.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@ohos/dav1d",
|
|
"description": "dav1d is an AV1 cross-platform decoder, open-source, and focused on speed and correctness.",
|
|
"version": "1.5.2",
|
|
"license": "BSD-2-Clause",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/dav1d"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"component": {
|
|
"name": "dav1d",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "545KB",
|
|
"ram": "42830KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": ["//third_party/dav1d:dav1d_ohos"],
|
|
"inner_kits": [
|
|
{
|
|
"type": "so",
|
|
"name": "//third_party/dav1d:dav1d_ohos",
|
|
"header": {
|
|
"header_files": [
|
|
"dav1d.h",
|
|
"picture.h"
|
|
],
|
|
"header_base": "//third_party/dav1d/include/dav1d"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|