Skip to content

Commit 9295118

Browse files
committed
extract new headers heif_encoding.h and heif_security.h from heif.h
1 parent 50c8d40 commit 9295118

File tree

8 files changed

+1605
-1448
lines changed

8 files changed

+1605
-1448
lines changed

libheif/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ set(libheif_headers
1818
api/libheif/heif_metadata.h
1919
api/libheif/heif_aux_images.h
2020
api/libheif/heif_entity_groups.h
21+
api/libheif/heif_security.h
22+
api/libheif/heif_encoding.h
2123
api/libheif/heif_cxx.h
2224
${CMAKE_CURRENT_BINARY_DIR}/heif_version.h)
2325

@@ -68,6 +70,8 @@ set(libheif_sources
6870
api/libheif/heif_metadata.cc
6971
api/libheif/heif_aux_images.cc
7072
api/libheif/heif_entity_groups.cc
73+
api/libheif/heif_security.cc
74+
api/libheif/heif_encoding.cc
7175
codecs/decoder.h
7276
codecs/decoder.cc
7377
codecs/encoder.h

0 commit comments

Comments
 (0)