changeset 2747:99245ee344a9

Update ffmpegthumbnailer library version Update required library version to 2.1.0 - required for ThumbnailerLogLevel
author Colin Clark <colin.clark@cclark.uk>
date Tue, 01 May 2018 16:46:59 +0100
parents 8bab8ac8ade0
children 4b8e42e226da
files README.md configure.in web/installing.html
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Wed Apr 25 11:46:38 2018 +0100
+++ b/README.md	Tue May 01 16:46:59 2018 +0100
@@ -223,7 +223,7 @@
     markdown
         when compiling Geeqie, to create this file in html format
 
-    libffmpegthumbnailer 2.0.0
+    libffmpegthumbnailer 2.1.0
         https://github.com/dirkvdb/ffmpegthumbnailer
         for thumbnailing camera video clips
         disable with configure option: --disable-ffmpegthumbnailer
--- a/configure.in	Wed Apr 25 11:46:38 2018 +0100
+++ b/configure.in	Tue May 01 16:46:59 2018 +0100
@@ -374,7 +374,7 @@
     [ffmpegthumbnailer=$enableval], [ffmpegthumbnailer=auto])
 
 if test "x${ffmpegthumbnailer}" != "xno"; then
-  PKG_CHECK_MODULES(FFMPEGTHUMBNAILER, [libffmpegthumbnailer >= 2.0.0],
+  PKG_CHECK_MODULES(FFMPEGTHUMBNAILER, [libffmpegthumbnailer >= 2.1.0],
     [
       HAVE_FFMPEGTHUMBNAILER=yes
       AC_DEFINE(HAVE_FFMPEGTHUMBNAILER, 1, [define to enable ffmpegthumbnailer support])
--- a/web/installing.html	Wed Apr 25 11:46:38 2018 +0100
+++ b/web/installing.html	Tue May 01 16:46:59 2018 +0100
@@ -146,7 +146,7 @@
           markdown
           when compiling Geeqie, to create this file in html format
 
-         libffmpegthumbnailer 2.0.0
+         libffmpegthumbnailer 2.1.0
          for thumbnailing camera video clips
          enabled by default
          disable with configure option: --disable-libffmpegthumbnailer