mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01: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
20
vcpkg.json
20
vcpkg.json
|
|
@ -12,6 +12,22 @@
|
||||||
"name": "dirent",
|
"name": "dirent",
|
||||||
"platform": "windows"
|
"platform": "windows"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ffmpeg",
|
||||||
|
"platform": "!android",
|
||||||
|
"features": [
|
||||||
|
"avcodec",
|
||||||
|
"avformat",
|
||||||
|
"dav1d",
|
||||||
|
"openh264",
|
||||||
|
"opus",
|
||||||
|
"webp",
|
||||||
|
"theora",
|
||||||
|
"vorbis",
|
||||||
|
"vpx",
|
||||||
|
"zlib"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "fontconfig",
|
"name": "fontconfig",
|
||||||
"platform": "linux | freebsd | openbsd | osx | windows"
|
"platform": "linux | freebsd | openbsd | osx | windows"
|
||||||
|
|
@ -97,6 +113,10 @@
|
||||||
"name": "curl",
|
"name": "curl",
|
||||||
"version": "8.10.1#0"
|
"version": "8.10.1#0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ffmpeg",
|
||||||
|
"version": "6.1.1#11"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "fontconfig",
|
"name": "fontconfig",
|
||||||
"version": "2.14.2#1"
|
"version": "2.14.2#1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user