You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -Ls https://github.com/strukturag/libheif/releases/download/v$VERSION_HEIF/libheif-$VERSION_HEIF.tar.gz | tar xzC $DEPS/heif --strip-components=1
492
+
curl -Ls https://github.com/strukturag/libheif/archive/$VERSION_HEIF.tar.gz | tar xzC $DEPS/heif --strip-components=1
491
493
cd$DEPS/heif
492
494
# Note: without CMAKE_FIND_ROOT_PATH find_path for AOM is not working for some reason (see https://github.com/emscripten-core/emscripten/issues/10078).
493
495
# Compile with -D__EMSCRIPTEN_STANDALONE_WASM__ to disable the Embind implementation.
0 commit comments