summaryrefslogtreecommitdiff
path: root/src/demuxers
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2006-02-07 15:28:59 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2006-02-07 15:28:59 +0000
commit0aa6de08b727d34ffbcbedc48046894819e9dfd0 (patch)
tree3be766e67bcfd3c239956548b7532c6022945974 /src/demuxers
parent78b33feb2a56784dc02031070f538ddb3cc9d9d4 (diff)
downloadxine-lib-0aa6de08b727d34ffbcbedc48046894819e9dfd0.tar.gz
xine-lib-0aa6de08b727d34ffbcbedc48046894819e9dfd0.tar.bz2
- 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
Diffstat (limited to 'src/demuxers')
-rw-r--r--src/demuxers/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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: