Skip to content

Commit 003ac41

Browse files
committed
extract new header heif_decoding/context/image_handle.h from heif.h
1 parent 9295118 commit 003ac41

13 files changed

+1446
-1257
lines changed

libheif/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ set(libheif_headers
2020
api/libheif/heif_entity_groups.h
2121
api/libheif/heif_security.h
2222
api/libheif/heif_encoding.h
23+
api/libheif/heif_decoding.h
24+
api/libheif/heif_image_handle.h
25+
api/libheif/heif_context.h
2326
api/libheif/heif_cxx.h
2427
${CMAKE_CURRENT_BINARY_DIR}/heif_version.h)
2528

@@ -72,6 +75,9 @@ set(libheif_sources
7275
api/libheif/heif_entity_groups.cc
7376
api/libheif/heif_security.cc
7477
api/libheif/heif_encoding.cc
78+
api/libheif/heif_decoding.cc
79+
api/libheif/heif_image_handle.cc
80+
api/libheif/heif_context.cc
7581
codecs/decoder.h
7682
codecs/decoder.cc
7783
codecs/encoder.h

0 commit comments

Comments
 (0)