Skip to content

Commit 502dcfd

Browse files
committed
Change the example to use AOM encoder, the rav1e binary consume too much of bandwith for Git LFS
1 parent 109609d commit 502dcfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Example/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
target 'SDWebImageAVIFCoder_Example' do
44
platform :ios, '8.0'
55
pod 'SDWebImageAVIFCoder', :path => '../'
6-
pod 'libavif', :subspecs => ['librav1e', 'libdav1d']
6+
pod 'libavif', :subspecs => ['libaom', 'libdav1d']
77

88
target 'SDWebImageAVIFCoder_Tests' do
99
inherit! :search_paths
@@ -15,11 +15,11 @@ end
1515
target 'SDWebImageAVIFCoder_Example macOS' do
1616
platform :osx, '10.10'
1717
pod 'SDWebImageAVIFCoder', :path => '../'
18-
pod 'libavif', :subspecs => ['librav1e', 'libdav1d']
18+
pod 'libavif', :subspecs => ['libaom', 'libdav1d']
1919
end
2020

2121
target 'SDWebImageAVIFCoder_Example CLI' do
2222
platform :osx, '10.10'
2323
pod 'SDWebImageAVIFCoder', :path => '../'
24-
pod 'libavif', :subspecs => ['librav1e', 'libdav1d']
24+
pod 'libavif', :subspecs => ['libaom', 'libdav1d']
2525
end

0 commit comments

Comments
 (0)