Update ffmpegthumbnailer library version
[geeqie.git] / configure.in
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])