Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified avif-coder/src/main/cpp/lib/arm64-v8a/libavifweaver.a
Binary file not shown.
Binary file modified avif-coder/src/main/cpp/lib/arm64-v8a/libheif.so
Binary file not shown.
Binary file modified avif-coder/src/main/cpp/lib/armeabi-v7a/libavifweaver.a
Binary file not shown.
Binary file modified avif-coder/src/main/cpp/lib/armeabi-v7a/libheif.so
Binary file not shown.
Binary file modified avif-coder/src/main/cpp/lib/x86/libavifweaver.a
Binary file not shown.
Binary file modified avif-coder/src/main/cpp/lib/x86/libheif.so
Binary file not shown.
Binary file modified avif-coder/src/main/cpp/lib/x86_64/libavifweaver.a
Binary file not shown.
Binary file modified avif-coder/src/main/cpp/lib/x86_64/libheif.so
Binary file not shown.
2 changes: 1 addition & 1 deletion build_heif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export NDK=$NDK_PATH

destination_directory=libheif
if [ ! -d "$destination_directory" ]; then
git clone --depth 1 --branch v1.16.0 https://github.com/strukturag/libheif -b v1.20.1
git clone --depth 1 --branch v1.21.2 https://github.com/strukturag/libheif -b v1.21.2
# git clone --depth 1 https://github.com/strukturag/libheif
else
echo "Destination directory '$destination_directory' already exists. Cloning skipped."
Expand Down
Loading