Skip to content

Commit 1ed56ad

Browse files
committed
Add libheif
1 parent 536d9af commit 1ed56ad

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

recipes/recipes_emscripten/libheif/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ emcmake cmake .. \
2828
-DWITH_UVG266=OFF \
2929
-DWITH_VVDEC=OFF \
3030
-DWITH_VVENC=OFF \
31-
-DWITH_OPENJPH=OFF \
32-
-DWITH_GDK_PIXBUF=OFF
31+
-DWITH_GDK_PIXBUF=OFF \
32+
-DWITH_JPEG_ENCODER=ON \
33+
-DWITH_OpenJPEG_ENCODER=ON
3334

3435
ninja
3536
ninja install

recipes/recipes_emscripten/libheif/recipe.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ requirements:
2424
- zlib
2525
- libtiff
2626
- libpng
27+
- jpeg
28+
- openjpeg >=2.5
2729

2830
tests:
2931
- package_contents:

0 commit comments

Comments
 (0)