wip fixups

This commit is contained in:
2025-05-10 13:58:31 -05:00
parent e0f726b1da
commit 1c50eb61f5
5 changed files with 164 additions and 48 deletions

View File

@@ -14,6 +14,11 @@
"ext": "tar.gz",
"url": "https://github.com/quietvoid/dovi_tool/archive/refs/tags/${ver}.${ext}"
},
"libsvtav1": {
"ver": "3.0.2",
"ext": "tar.gz",
"url": "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${ver}/SVT-AV1-v${ver}.${ext}"
},
"libsvtav1_psy": {
"ver": "3.0.2",
"ext": "tar.gz",
@@ -22,6 +27,21 @@
"dovi_tool", "hdr10plus_tool"
]
},
"librav1e": {
"ver": "0.7.1",
"ext": "tar.gz",
"url": "https://github.com/xiph/rav1e/archive/refs/tags/v${ver}.${ext}"
},
"libaom": {
"ver": "3.12.1",
"ext": "tar.gz",
"url": "https://storage.googleapis.com/aom-releases/libaom-${ver}.${ext}"
},
"libvmaf": {
"ver": "3.0.0",
"ext": "tar.gz",
"url": "https://github.com/Netflix/vmaf/archive/refs/tags/v${ver}.${ext}"
},
"libopus": {
"ver": "1.5.2",
"ext": "tar.gz",

View File

@@ -1,7 +1,7 @@
{
"clean": true,
"lto": true,
"optimization": 3,
"lto": false,
"optimization": 0,
"static": true,
"shared": false,
"cpu": "native",