From 62c533380bdcf46e4500315455efff14828651b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 25 Jan 2025 01:31:28 +0100 Subject: Fix the problem of linking taglib2 on 32 bit architectures if taglib is not built with large files support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit bee4995859c674cc3c913cfec544b41efed934a9) --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index df9018d..b83cecf 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -10,3 +10,6 @@ // Define if you have int and long types #cmakedefine SIZEOF_INT @SIZEOF_INT@ #cmakedefine SIZEOF_LONG @SIZEOF_LONG@ + +// Define if taglib can be built with large files support +#cmakedefine TAGLIB_LARGE_FILES_SUPPORT 1 -- cgit v1.2.1