An extension of #25205
I created a new webp project that is built by the Visual Studio solutions. It does not seem to need an compile or link options.
Because of the huge diff I put this in a separate PR to keep the other one readable.
This sets #define wxUSE_LIBWEBP 1 in all setup.h, so it might break some other builds.
Next step is to create webp.bkl so it is added to makefile.gcc and makefile.vc as well.
https://github.com/wxWidgets/wxWidgets/pull/25339
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 3 commits.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 30 commits.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Xcode projects always defines HAVE_CONFIG_H, causing webp to look for a non-existing file.
Adding just an empty src/web/config.h to the libwebp repo should fix this. But we need a libwebp repo for that.
@vadz can you fork https://github.com/webmproject/libwebp (or create a clone of https://chromium.googlesource.com/webm/libwebp), create a wx branch, and make it the default branch? Thanks.
With that, I should also be able to finalize #25205.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
I guess the proper fix would be to use wxHAVE_CONFIG_H for our use (and the same for all the other HAVE_XXX, of course), but for now I've done what you proposed, i.e. created https://github.com/wxWidgets/libwebp/ with default wx branch.
TIA!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks. Maybe before anyone thinks of using it, can you force the wx branch to tag v1.5.0 ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 20 commits.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 2 commits.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 22 commits.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@MaartenBent pushed 20 commits.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Merged #25339 into master.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()