initial working ffmpeg static/shared

This commit is contained in:
2025-04-20 09:43:08 -05:00
parent b907d4936c
commit 56d07f44be
11 changed files with 699 additions and 0 deletions

13
cfgs/compile_opts.json Normal file
View 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"
]
}