mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-27 08:57:11 -04:00
Notable changes: * deps.qt: Remove Qt 5 builds * deps.qt: Update Qt 6 build scripts * deps.ffmpeg: Update dependencies for OBS CMake 3.0 upgrade * deps.windows: Update dependencies for OBS CMake 3.0 upgrade No dependency versions have changed. This update is to unblock work on the Windows "CMake 3.0" upgrade and dropping Qt 5 support.
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "ffmpeg",
|
|
"config-opts": [
|
|
"--enable-gpl",
|
|
"--enable-shared",
|
|
"--disable-static",
|
|
"--enable-gnutls",
|
|
"--disable-doc",
|
|
"--disable-programs",
|
|
"--disable-devices",
|
|
"--enable-libopus",
|
|
"--enable-libvpx",
|
|
"--enable-libvorbis",
|
|
"--enable-libx264",
|
|
"--enable-nvenc",
|
|
"--enable-libsrt",
|
|
"--enable-librist",
|
|
"--enable-libaom",
|
|
"--enable-libsvtav1"
|
|
],
|
|
"cleanup": [
|
|
"/share/ffmpeg"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/FFmpeg/FFmpeg.git",
|
|
"commit": "a6dc92968a325d331bb6dcf9b3b2248026cd1d6c",
|
|
"disable-shallow-clone": true
|
|
},
|
|
{
|
|
"type": "git",
|
|
"dest": "obs-deps",
|
|
"url": "https://github.com/obsproject/obs-deps.git",
|
|
"tag": "2023-06-22",
|
|
"commit": "d86fb6f86455d328f67e563d87f494bcf1ff6dca"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"commands": [
|
|
"patch -Np1 -i obs-deps/deps.ffmpeg/patches/FFmpeg/0001-flvdec-handle-unknown.patch",
|
|
"patch -Np1 -i obs-deps/deps.ffmpeg/patches/FFmpeg/0002-libaomenc-presets.patch"
|
|
]
|
|
}
|
|
]
|
|
}
|