Mercurial > MadButterfly
comparison src/Makefile.am @ 601:8863d23cea4b openvg
Load images with Imlib2.
Image loader, now, use Imlib2 to load images into ARGB 32bits pixels.
It can load png, jpg, bmp, tiff, ...., etc.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 02 Jul 2010 11:59:17 +0800 |
parents | 71df2896877c |
children | 97bf0ff7a038 |
comparison
equal
deleted
inserted
replaced
600:20b396c09c23 | 601:8863d23cea4b |
---|---|
21 libmbfly_la_SOURCES= animate.c chgcolor.c coord.c event.c geo.c \ | 21 libmbfly_la_SOURCES= animate.c chgcolor.c coord.c event.c geo.c \ |
22 observer.c paint.c redraw_man.c rotate.c shape_path.c \ | 22 observer.c paint.c redraw_man.c rotate.c shape_path.c \ |
23 shape_rect.c shift.c subtree_free.c timer.c \ | 23 shape_rect.c shift.c subtree_free.c timer.c \ |
24 timertool.c tools.c visibility.c prop.c sprite.c \ | 24 timertool.c tools.c visibility.c prop.c sprite.c \ |
25 mouse.c shape_image.c img_ldr.c $(MBAF_SOURCES) | 25 mouse.c shape_image.c img_ldr.c $(MBAF_SOURCES) |
26 libmbfly_la_CPPFLAGS = @imlib2_CFLAGS@ | |
27 libmbfly_la_LDFLAGS = @imlib2_LIBS@ | |
26 | 28 |
27 if SH_TEXT | 29 if SH_TEXT |
28 libmbfly_la_SOURCES += shape_text.c | 30 libmbfly_la_SOURCES += shape_text.c |
29 endif | 31 endif |
30 | 32 |
37 endif | 39 endif |
38 | 40 |
39 if CAIRO_GRAPH_ENGINE | 41 if CAIRO_GRAPH_ENGINE |
40 libmbfly_la_SOURCES += graph_engine_cairo.c | 42 libmbfly_la_SOURCES += graph_engine_cairo.c |
41 | 43 |
42 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ @pangocairo_CFLAGS@ | 44 libmbfly_la_CPPFLAGS += @cairo_CFLAGS@ @pangocairo_CFLAGS@ |
43 libmbfly_la_LDFLAGS = @cairo_LIBS@ @pangocairo_LIBS@ | 45 libmbfly_la_LDFLAGS += @cairo_LIBS@ @pangocairo_LIBS@ |
44 endif | 46 endif |
45 | 47 |
46 if SKIA_GRAPH_ENGINE | 48 if SKIA_GRAPH_ENGINE |
47 libmbfly_la_SOURCES += graph_engine_skia.cpp | 49 libmbfly_la_SOURCES += graph_engine_skia.cpp |
48 endif | 50 endif |