Update ffmpegthumbnailer library version
authorColin Clark <colin.clark@cclark.uk>
Tue, 1 May 2018 15:46:59 +0000 (16:46 +0100)
committerColin Clark <colin.clark@cclark.uk>
Tue, 1 May 2018 15:46:59 +0000 (16:46 +0100)
Update required library version to 2.1.0 - required for
ThumbnailerLogLevel

README.md
configure.in
web/installing.html

index 1cf935f..a8303c7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -223,7 +223,7 @@ And either the ChangeLog file or [Geeqie ChangeLog](http://geeqie.org/cgi-bin/gi
     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
index 102fbcd..ed62c1c 100644 (file)
@@ -374,7 +374,7 @@ AC_ARG_ENABLE([ffmpegthumbnailer],
     [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])
index 29660c9..7b45af5 100644 (file)
           markdown\r
           when compiling Geeqie, to create this file in html format\r
 \r
-         libffmpegthumbnailer 2.0.0\r
+         libffmpegthumbnailer 2.1.0\r
          for thumbnailing camera video clips\r
          enabled by default\r
          disable with configure option: --disable-libffmpegthumbnailer\r