Skip to content

Commit

Permalink
refactor to use -DWEBP_USE_THREAD=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsinclair committed Apr 15, 2024
1 parent 9a45971 commit cdf6908
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecs/avif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $(LIBWEBP_DIR)/CMakeLists.txt: $(CODEC_DIR)/CMakeLists.txt
$(LIBSHARPYUV_ST): $(LIBWEBP_DIR)/CMakeLists.txt
mkdir -p $(@D)
emcmake cmake \
-DWEBP_BUILD_WEBP_JS=ON \
-DWEBP_USE_THREAD=OFF \
-DWEBP_BUILD_ANIM_UTILS=OFF \
-DWEBP_BUILD_CWEBP=OFF \
-DWEBP_BUILD_DWEBP=OFF \
Expand Down
Binary file modified codecs/avif/enc/avif_enc.wasm
Binary file not shown.

0 comments on commit cdf6908

Please sign in to comment.