X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fev-document-factory.c;h=0f85c7c5ee4bc649fce94f16ac0a9ec7a2dfa850;hb=65c06150e05948eb7b056b0ec5cb9c364b652cfe;hp=7071f844ff62c0a23ce5937e42417e0ff28d0c4f;hpb=13c49bea656a4f495e2c4baedab130eab367ae4f;p=evince.git diff --git a/backend/ev-document-factory.c b/backend/ev-document-factory.c index 7071f844..0f85c7c5 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)