summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-13 10:17:53 +0200
committerraveit65 <[email protected]>2021-10-26 13:29:50 +0200
commitcd3df0e0fe3481fc52d897cb4a304fba180fcf2b (patch)
tree77a50f97212cfed24c6d0177847f00222154a9f2
parent87d115e7d125929b3f1b380b756f7d16c85a1f49 (diff)
downloadeom-cd3df0e0fe3481fc52d897cb4a304fba180fcf2b.tar.bz2
eom-cd3df0e0fe3481fc52d897cb4a304fba180fcf2b.tar.xz
Add support for libexif 0.6.14+
libexif 0.6.22+ was previously required because the macro EXIF_TAG_GAMMA was not defined reading the NEWS file.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 31b4321..ee006be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,7 +141,7 @@ fi
# EXIF (optional)
# ***************
-LIBEXIF_REQUIRED=0.6.22
+LIBEXIF_REQUIRED=0.6.14
AC_ARG_WITH([libexif], AC_HELP_STRING([--without-libexif], [disable EXIF support]))
have_exif=no