Skip to content

Commit

Permalink
update libavif dlls in MSVC project and .gitmodules branch name after…
Browse files Browse the repository at this point in the history
… commit 1d935e3
  • Loading branch information
sezero committed Dec 14, 2024
1 parent d51bbea commit ecc3609
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[submodule "external/libavif"]
path = external/libavif
url = https://github.com/libsdl-org/libavif.git
branch = v1.0.3-SDL
branch = v1.0.4-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 3
#define AVIF_VERSION_PATCH 4
#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.

0 comments on commit ecc3609

Please sign in to comment.