[poppler] poppler/ImageEmbeddingUtils.cc

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Dec 12 11:41:15 UTC 2021


 poppler/ImageEmbeddingUtils.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3ea6bca90d87d3f91556205c4e58ca425c6ac437
Author: Marco Genasci <fedeliallalinea at gmail.com>
Date:   Sun Dec 12 10:23:37 2021 +0100

    Include setjmp.h when WITH_JPEG=yes and WITH_PNG=no

diff --git a/poppler/ImageEmbeddingUtils.cc b/poppler/ImageEmbeddingUtils.cc
index 5c50f126..c26b9eb2 100644
--- a/poppler/ImageEmbeddingUtils.cc
+++ b/poppler/ImageEmbeddingUtils.cc
@@ -16,6 +16,7 @@
 extern "C" {
 #    include <jpeglib.h>
 }
+#    include <csetjmp>
 #endif
 #ifdef ENABLE_LIBPNG
 #    include <png.h>


More information about the poppler mailing list