From 5f07e1509722b46c0433b9b53e54614a894c1e34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20R=C3=B6nnquist?= Date: Wed, 27 Jul 2022 15:09:22 +0200 Subject: [PATCH] Fix HAVE_FFMPEGTHUMBNAILER_METADATA to use mesondefine instead of standard define --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index e1f5da35..67e68216 100644 --- a/config.h.in +++ b/config.h.in @@ -57,7 +57,7 @@ #mesondefine HAVE_FFMPEGTHUMBNAILER /* Define if ffmpegthumbnailer supports embedded metadata */ -#define HAVE_FFMPEGTHUMBNAILER_METADATA +#mesondefine HAVE_FFMPEGTHUMBNAILER_METADATA /* Define if ffmpegthumbnailer supports raw RGB output */ #mesondefine HAVE_FFMPEGTHUMBNAILER_RGB -- 2.20.1