mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 07:00:19 +00:00
Meta: Add ffmpeg to vcpkg dependencies
Now that we are using shared libraries, it is possible to add into our vcpkg dependencies without worrying about LGPL
This commit is contained in:
parent
eaafaa53ef
commit
eda7f03994
Notes:
github-actions[bot]
2024-11-08 18:18:01 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/eda7f03994c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2214
1 changed files with 20 additions and 0 deletions
20
vcpkg.json
20
vcpkg.json
|
@ -12,6 +12,22 @@
|
|||
"name": "dirent",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "ffmpeg",
|
||||
"platform": "!android",
|
||||
"features": [
|
||||
"avcodec",
|
||||
"avformat",
|
||||
"dav1d",
|
||||
"openh264",
|
||||
"opus",
|
||||
"webp",
|
||||
"theora",
|
||||
"vorbis",
|
||||
"vpx",
|
||||
"zlib"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "fontconfig",
|
||||
"platform": "linux | freebsd | openbsd | osx | windows"
|
||||
|
@ -97,6 +113,10 @@
|
|||
"name": "curl",
|
||||
"version": "8.10.1#0"
|
||||
},
|
||||
{
|
||||
"name": "ffmpeg",
|
||||
"version": "6.1.1#11"
|
||||
},
|
||||
{
|
||||
"name": "fontconfig",
|
||||
"version": "2.14.2#1"
|
||||
|
|
Loading…
Reference in a new issue