• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/ffmpeg",
3    "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.",
4    "version": "5.1.4",
5    "license": "LGPL V2.1/LGPL V3.0/GPL V2.0/GPL V3.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/ffmpeg"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING.LGPLv2.1",
13    "component": {
14        "name": "ffmpeg",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [ "standard" ],
19        "rom": "",
20        "ram": "",
21        "deps": {
22            "components": ["musl"],
23            "third_party": []
24        },
25        "build": {
26            "sub_component": ["//third_party/ffmpeg:libohosffmpeg"],
27            "inner_kits": [
28                {
29                    "type": "so",
30                    "name": "//third_party/ffmpeg:libohosffmpeg",
31                    "header": {
32                      "header_files": [],
33                      "header_base": "//third_party/ffmpeg"
34                    }
35                }
36            ],
37            "test": []
38        }
39    }
40}
41