-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvanat.json
31 lines (31 loc) · 998 Bytes
/
vanat.json
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
{
"name": "robertsanseries/ffmpeg-cli-wrapper",
"description": "Vala wrapper around the FFmpeg command line tool",
"version": "1.0.0",
"author": "Robert San",
"depends": [
"valac",
"libglib2.0-dev",
],
"autoload": {
"files": [
"../src/exceptions/CodecNotEnabledException.vala",
"../src/exceptions/FileOrDirectoryNotFoundException.vala",
"../src/exceptions/IllegalArgumentException.vala",
"../src/exceptions/IOException.vala",
"../src/exceptions/NullReferenceException.vala",
"../src/probe/FFprobeDisposition.vala",
"../src/probe/FFprobeFormat.vala",
"../src/probe/FFprobeStream.vala",
"../src/utils/StringUtil.vala",
"../src/FFconvert.vala",
"../src/FFmpeg.vala",
"../src/FFprobe.vala"
]
},
"autoload-dev": {
"files": [
"../tests/FFmpegTest.vala",
]
},
}