Skip to content

Commit

Permalink
try to get webp to work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Aug 21, 2024
1 parent 9af8ce5 commit 857692b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public static boolean canDecode(final ImageInputStream stream) throws WebpExcept
}

public static String getDecoderVersion() {
return parseVersionInt(demux_h.WebPGetDecoderVersion());
// return parseVersionInt(demux_h.WebPGetDecoderVersion());
return "unavailable";
}

public static String getDemuxVersion() {
Expand Down

0 comments on commit 857692b

Please sign in to comment.