From 30a41d9c9cb55687675d00b98835a5b54c120b43 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 9 Dec 2014 16:02:36 +0100 Subject: libdocument: Add xz compression support Taken from evince commit: 38cfc027fc96ac19452c3138614e2c8deff63633 From: Christian Persch --- libdocument/ev-file-helpers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdocument/ev-file-helpers.h') diff --git a/libdocument/ev-file-helpers.h b/libdocument/ev-file-helpers.h index 9e3b0efe..0a6ff7e0 100644 --- a/libdocument/ev-file-helpers.h +++ b/libdocument/ev-file-helpers.h @@ -32,7 +32,8 @@ G_BEGIN_DECLS typedef enum { EV_COMPRESSION_NONE, EV_COMPRESSION_BZIP2, - EV_COMPRESSION_GZIP + EV_COMPRESSION_GZIP, + EV_COMPRESSION_LZMA } EvCompressionType; void _ev_file_helpers_init (void); -- cgit v1.2.1