mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
wip fixups
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"clean": true,
|
||||
"lto": true,
|
||||
"optimization": 3,
|
||||
"lto": false,
|
||||
"optimization": 0,
|
||||
"static": true,
|
||||
"shared": false,
|
||||
"cpu": "native",
|
||||
|
||||
Reference in New Issue
Block a user