mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
initial working ffmpeg static/shared
This commit is contained in:
13
cfgs/compile_opts.json
Normal file
13
cfgs/compile_opts.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"clean": true,
|
||||
"lto": false,
|
||||
"optimization": 0,
|
||||
"static": true,
|
||||
"shared": false,
|
||||
"cpu": "native",
|
||||
"arch": "native",
|
||||
"target_windows": false,
|
||||
"ffmpeg_enable": [
|
||||
"libopus", "libdav1d", "libsvtav1_psy"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user