mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-19 07:44:58 +02:00
1. version changes: * vcpkg: 2024.07.12 -> 2024.11.16 * aom (except linux sciter): 3.9.1 -> 3.11.0 * libvpx: 1.14.1 -> 1.15.0 * libyuv: not update because compiled failed on arm64, and didn't apply different version on different archs * opus: already the latest version * ffmpeg: 7.0.2 -> 7.1 2. other changes: * android 5.0 required, otherwise crash when start, because FFmpeg 7.1 link to mediandk directly 3. Tests: * Except arm, arm64, linux amf, ios, all the other codecs are tested * Compile on arm32 linux is not tested, ci is failed before vcpkg install * Tested windows FFmpeg qsv, still no memory leak Signed-off-by: 21pages <sunboeasy@gmail.com>
44 lines
No EOL
1.5 KiB
JSON
44 lines
No EOL
1.5 KiB
JSON
{
|
|
"name": "ffmpeg",
|
|
"version": "7.1",
|
|
"port-version": 1,
|
|
"description": [
|
|
"a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.",
|
|
"FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations."
|
|
],
|
|
"homepage": "https://ffmpeg.org",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
],
|
|
"features": {
|
|
"amf": {
|
|
"description": "AMD AMF codec support",
|
|
"dependencies": [
|
|
"amd-amf"
|
|
]
|
|
},
|
|
"nvcodec": {
|
|
"description": "Nvidia video decoding/encoding acceleration",
|
|
"supports": "linux | (!osx & !uwp & !(arm64 & windows))",
|
|
"dependencies": [
|
|
"ffnvcodec"
|
|
]
|
|
},
|
|
"qsv": {
|
|
"description": "Intel QSV Codec",
|
|
"dependencies": [
|
|
"mfx-dispatch"
|
|
]
|
|
}
|
|
}
|
|
} |