From ac40ce3a6c58a05aabb3f162d0f42cb605bc186f Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Tue, 1 May 2018 16:46:59 +0100 Subject: [PATCH] Update ffmpegthumbnailer library version Update required library version to 2.1.0 - required for ThumbnailerLogLevel --- README.md | 2 +- configure.in | 2 +- web/installing.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cf935f6..a8303c73 100644 --- 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 diff --git a/configure.in b/configure.in index 102fbcd2..ed62c1cc 100644 --- a/configure.in +++ b/configure.in @@ -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]) diff --git a/web/installing.html b/web/installing.html index 29660c9e..7b45af58 100644 --- a/web/installing.html +++ b/web/installing.html @@ -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 -- 2.20.1