Skip to content

Commit a51db3e

Browse files
committed
Fix podspec hack for rav1e again
This still a pain because we use vendored_framework (no include header)
1 parent 9882674 commit a51db3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libheif.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'libheif'
11-
s.version = '1.12.0'
11+
s.version = '1.13.0'
1212
s.summary = 'libheif is a ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -121,5 +121,6 @@ HEIF is a new image file format employing HEVC (h.265) image coding for the best
121121
sed -i.bak 's/#define[[:space:]]LIBHEIF_NUMERIC_VERSION.*/#define LIBHEIF_NUMERIC_VERSION 0x01130000/g' './libheif/heif_version.h'
122122
sed -i.bak 's/#define[[:space:]]LIBHEIF_VERSION.*/#define LIBHEIF_VERSION "#{s.version}"/g' './libheif/heif_version.h'
123123
sed -i.bak 's/<libheif\\/heif_version.h>/"heif_version.h"/g' './libheif/heif.h'
124+
sed -i.bak 's/\\"rav1e.h\\"/\\"librav1e\\/rav1e.h\\"/g' './libheif/heif_encoder_rav1e.cc' || true
124125
CMD
125126
end

0 commit comments

Comments
 (0)