Conversation
Debian includes APNG support with libpng, but homebrew and other platforms don't. The fallback wrap should also include APNG support.
| endif | ||
| else # Using fallback | ||
| if can_apply_patch == false | ||
| warning(meson_too_old_msg) |
There was a problem hiding this comment.
Shouldn't this be an error?
There was a problem hiding this comment.
If you really wanted to make it work using an older version you could apply it manually and there's no point in preventing that. Both uses of meson_too_old_msg should the same (both warning() or error()) but I haven't decided yet.
There was a problem hiding this comment.
So, which should it be, warning or error?
Keen to see this PR merged
|
hopefully waiting for this |
|
I'm still working out some internal details before I push code to this branch, shortly after I will be making another PR for encode support, that one will go much quicker. |
|
Great, thanks for the update. I'm wanting to make some utilities which generate specific PNG files, including APNG, to use in testing. I can use |
|
@randy408 let me know any help needed about this PR |
Fixes #4