Skip to content

Commit

Permalink
update vendored libavif to latest 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 19, 2023
1 parent b3fcae2 commit 68bc91c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[submodule "external/libavif"]
path = external/libavif
url = https://github.com/libsdl-org/libavif.git
branch = v1.0.1-SDL
branch = v1.0.2-SDL
[submodule "external/dav1d"]
path = external/dav1d
url = https://github.com/libsdl-org/dav1d.git
Expand Down
2 changes: 1 addition & 1 deletion VisualC/external/include/avif/avif.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern "C" {
// to leverage in-development code without breaking their stable builds.
#define AVIF_VERSION_MAJOR 1
#define AVIF_VERSION_MINOR 0
#define AVIF_VERSION_PATCH 1
#define AVIF_VERSION_PATCH 2
#define AVIF_VERSION_DEVEL 0
#define AVIF_VERSION \
((AVIF_VERSION_MAJOR * 1000000) + (AVIF_VERSION_MINOR * 10000) + (AVIF_VERSION_PATCH * 100) + AVIF_VERSION_DEVEL)
Expand Down
Binary file modified VisualC/external/optional/x64/libavif-16.dll
Binary file not shown.
Binary file modified VisualC/external/optional/x86/libavif-16.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion external/libavif

0 comments on commit 68bc91c

Please sign in to comment.