Files
ffmpeg-builder/cfgs/compile_opts.json
2025-05-10 13:58:31 -05:00

13 lines
252 B
JSON

{
"clean": true,
"lto": false,
"optimization": 0,
"static": true,
"shared": false,
"cpu": "native",
"arch": "native",
"target_windows": false,
"ffmpeg_enable": [
"libopus", "libdav1d", "libsvtav1_psy"
]
}