File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'libheif'
11
- s . version = '1.12 .0'
11
+ s . version = '1.13 .0'
12
12
s . summary = 'libheif is a ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.'
13
13
14
14
# 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
121
121
sed -i.bak 's/#define[[:space:]]LIBHEIF_NUMERIC_VERSION.*/#define LIBHEIF_NUMERIC_VERSION 0x01130000/g' './libheif/heif_version.h'
122
122
sed -i.bak 's/#define[[:space:]]LIBHEIF_VERSION.*/#define LIBHEIF_VERSION "#{ s . version } "/g' './libheif/heif_version.h'
123
123
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
124
125
CMD
125
126
end
You can’t perform that action at this time.
0 commit comments