-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbundle.json
More file actions
53 lines (53 loc) · 1.7 KB
/
bundle.json
File metadata and controls
53 lines (53 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"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": "7.1.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": [
"ffmpeg_enable_codec_rm",
"ffmpeg_enable_codec_rv",
"ffmpeg_enable_codec_eac3",
"ffmpeg_enable_demuxer_lrc",
"ffmpeg_enable_demuxer_sami",
"ffmpeg_enable_demuxer_ass",
"ffmpeg_enable_demuxer_sup",
"ffmpeg_enable_codec_vc1",
"ffmpeg_enable_demuxer_dtshd",
"ffmpeg_enable_demuxer_truehd",
"ffmpeg_enable_codec_dts",
"ffmpeg_enable_codec_truehd"
],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": ["musl"],
"third_party": []
},
"build": {
"sub_component": ["//third_party/ffmpeg:libohosffmpeg"],
"inner_kits": [
{
"type": "so",
"name": "//third_party/ffmpeg:libohosffmpeg",
"header": {
"header_files": [],
"header_base": "//third_party/ffmpeg"
}
}
],
"test": []
}
}
}