Skip to content

Commit

Permalink
upgrade vendored libavif to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Mar 4, 2024
1 parent 41105d5 commit 1884c37
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -29,7 +29,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
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 1884c37

Please sign in to comment.