Commit Graph

5 Commits (7efcf4f935d0466b6ada44bed62d729cd2cddbc4)

Author SHA1 Message Date
مهدي شينون (Mehdi Chinoune) 7efcf4f935
Some fixes for MINGW (#828)
* Enable webpng on MINGW

* Detect GD version using cmake language

* Use _aligned_malloc instead of posix_memalign on Windows

* Include missing "errno.h"

* Fix finding WEBP on MINGW

* Fix finding XPM on MINGW

* Use PkgConfig to find packages on MINGW

* CI: Enable more options  for MINGW
2022-04-15 15:34:24 +07:00
Ben Morss d6a061850d cmake: webp: remove implicit lib search relative to gd checkout
If the builder has packages in a diff location, they can specify them
globally.  The webp code shouldn't be searching for it specifically.
2021-02-26 12:48:15 -05:00
willson-chen ecea96be09 Fix some cmake modules typos 2019-11-03 18:27:07 -07:00
Mike Frysinger fd06f7f83c clean up trailing whitespace/newlines
This is preparation for adding some linting checks for new commits from
people.  Shouldn't be any functional changes here (tests still pass!).
2018-06-21 22:47:42 -04:00
Wangkun 917fa11bfb fix CMake error when ENABLE_WEBP 2015-05-07 17:48:37 +08:00