mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
LibGfx: Decode AVIF images
Use libavif to decode AVIF images in LibGfx.
This commit is contained in:
committed by
Andreas Kling
parent
4ed46adeee
commit
4ef76f3198
10
vcpkg.json
10
vcpkg.json
@@ -13,6 +13,12 @@
|
||||
"apng"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "libavif",
|
||||
"features": [
|
||||
"dav1d"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "skia",
|
||||
"platform": "osx",
|
||||
@@ -59,6 +65,10 @@
|
||||
"name": "libpng",
|
||||
"version": "1.6.43#1"
|
||||
},
|
||||
{
|
||||
"name": "libavif",
|
||||
"version": "1.0.4#1"
|
||||
},
|
||||
{
|
||||
"name": "skia",
|
||||
"version": "124#0"
|
||||
|
||||
Reference in New Issue
Block a user