Skip to content

Commit 75f6464

Browse files
committed
Upgrade the svt-av1 dependencies and fix podspec
1 parent 79bd380 commit 75f6464

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libheif.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ HEIF is a new image file format employing HEVC (h.265) image coding for the best
7777
ss.preserve_path = 'libheif'
7878
ss.xcconfig = {
7979
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) HAVE_AOM_DECODER=1 HAVE_AOM_ENCODER=1',
80-
'HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_ROOT}/libheif/ ${PODS_TARGET_SRCROOT}/'
80+
'HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_ROOT}/libheif/ ${PODS_TARGET_SRCROOT}/ ${PODS_ROOT}/libaom/aom/' # Fix #include <aom.h>
8181
}
8282
end
8383

@@ -90,7 +90,7 @@ HEIF is a new image file format employing HEVC (h.265) image coding for the best
9090
ss.preserve_path = 'libheif'
9191
ss.xcconfig = {
9292
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) HAVE_DAV1D=1',
93-
'HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_ROOT}/libheif/ ${PODS_TARGET_SRCROOT}/'
93+
'HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_ROOT}/libheif/ ${PODS_TARGET_SRCROOT}/ ${PODS_ROOT}/libdav1d/dav1d/include' # Fix #include <dav1d/version.h>
9494
}
9595
end
9696

@@ -106,13 +106,13 @@ HEIF is a new image file format employing HEVC (h.265) image coding for the best
106106
ss.preserve_path = 'libheif'
107107
ss.xcconfig = {
108108
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) HAVE_RAV1E=1',
109-
'HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_ROOT}/libheif/ ${PODS_TARGET_SRCROOT}/'
109+
'HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_ROOT}/libheif/ ${PODS_TARGET_SRCROOT}/ ${PODS_ROOT}/librav1e/' # Fix #include <rav1e.h>
110110
}
111111
end
112112

113113
# svt-av1, for AVIF
114114
s.subspec 'svt-av1' do |ss|
115-
ss.dependency 'svt-av1', '>= 0.8.7'
115+
ss.dependency 'svt-av1', '>= 0.9.0'
116116
ss.dependency 'libheif/libheif'
117117
ss.source_files = 'libheif/plugins/heif_encoder_svt.{h,c,cc}'
118118
ss.private_header_files = 'libheif/plugins/heif_encoder_svt.h'

0 commit comments

Comments
 (0)