Skip to content

Commit

Permalink
Meta: Add ffmpeg to vcpkg dependencies
Browse files Browse the repository at this point in the history
Now that we are using shared libraries, it is possible to add
into our vcpkg dependencies without worrying about LGPL
  • Loading branch information
ADKaster committed Nov 8, 2024
1 parent 5086071 commit ff050a0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ff050a0

Please sign in to comment.