SDWebImage / SDWebImageAVIFCoder

A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image
MIT License
55 stars 14 forks source link

The dependency should be "libavif/core" instead of default subspecs #57

Closed dreampiggy closed 11 months ago

dreampiggy commented 11 months ago

libavif podspec specify the default subspecs to libaom, so this will cause we can not disable the libaom :((

Or the default codec will be always reset to aom, even I use the following syntax in Podfile

pod 'libavif', :subspecs => ['core', 'librav1e', 'libdav1d']