From 0aa6de08b727d34ffbcbedc48046894819e9dfd0 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 7 Feb 2006 15:28:59 +0000 Subject: - feed data to the GdkPixbufLoader piecemeal, as opposed to in a big chunk (saves the memory allocation, and the big decoding at the end) - also install the image demuxer if the gdkpixbuf loader is compiled CVS patchset: 7884 CVS date: 2006/02/07 15:28:59 --- src/demuxers/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/demuxers') diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index db84d364b..0e5d210b0 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -22,6 +22,9 @@ endif if HAVE_WAND image_module = xineplug_dmx_image.la endif +if HAVE_GDK_PIXBUF +image_module = xineplug_dmx_image.la +endif ## # IMPORTANT: -- cgit v1.2.3