File tree Expand file tree Collapse file tree
SDWebImageAVIFCoder/Classes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88#import " SDImageAVIFCoder.h"
99#import < Accelerate/Accelerate.h>
10- #if __has_include(<libavif/avif.h>)
10+ #if __has_include(<libavif/avif.h>) && __has_include(<libavif/internal.h>)
1111#import < libavif/avif.h>
1212#import < libavif/internal.h>
1313#else
Original file line number Diff line number Diff line change 77
88#import " SDImageAVIFCoder.h"
99#import < Accelerate/Accelerate.h>
10- #if __has_include(<libavif/avif.h>)
10+ #if __has_include(<libavif/avif.h>) && __has_include(<libavif/internal.h>)
1111#import < libavif/avif.h>
1212#import < libavif/internal.h>
1313#else
Original file line number Diff line number Diff line change 99#import < Accelerate/Accelerate.h>
1010#import < os/lock.h>
1111#import < libkern/OSAtomic.h>
12- #if __has_include(<libavif/avif.h>)
12+ #if __has_include(<libavif/avif.h>) && __has_include(<libavif/internal.h>)
1313#import < libavif/avif.h>
1414#import < libavif/internal.h>
1515#else
You can’t perform that action at this time.
0 commit comments