efl/src/modules/evas/image_savers
Carsten Haitzler 0f3bbb51f4 build - images loaders and saver modules need to link to evas
if your platform is picky enough it won't want to leave unresolved
symbols (which wshould be resovled at runtime from the host lib) so we
need to link these modules to evas. the problem is due to the
complicated build of some modules being static and some shared, evas
is declared with evas_goal and this has to be declared after static
modules are declared but since i was declaring static and shared at
the same time from a table this breaks. so i have to move all the
static and shared module stuff into evas_goal into 2 phases. one phase
for the static and one for the shared after evas is delcared so evas
as a target exists to link to.
2019-10-05 18:39:38 +01:00
..
eet
jpeg
png Evas: remove Evil.h when not needed and use evil_private when needed 2019-05-20 08:46:02 -04:00
tgv replace hton and ntoh family functions with ones defined in eina 2019-02-01 14:25:35 +00:00
tiff
webp