Files
ffmpeg-builder/cfgs/compile_opts.json
2025-04-25 21:04:30 -05:00

13 lines
251 B
JSON

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