Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document-factory.c')
-rw-r--r--backend/ev-document-factory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/ev-document-factory.c b/backend/ev-document-factory.c
index 7071f84..0f85c7c 100644
--- a/backend/ev-document-factory.c
+++ b/backend/ev-document-factory.c
@@ -71,6 +71,7 @@ const EvDocumentType document_types[] = {
#endif
};
+#ifdef ENABLE_PIXBUF
/* Would be nice to have this in gdk-pixbuf */
static gboolean
mime_type_supported_by_gdk_pixbuf (const gchar *mime_type)
@@ -108,7 +109,7 @@ mime_type_supported_by_gdk_pixbuf (const gchar *mime_type)
return retval;
}
-
+#endif
static GType
ev_document_type_get_from_mime (const char *mime_type)